You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building this under El Cap OSX. I have tried using Crosspack-AVR and also Brew avr-gcc. I am using the specified version of LUFA. Everything compiles and everything uploads to the atmega16u2 that's on my MEGA2560R3 board.
Problem? The compiled hex file, when uploaded, doesn't allow midi messages to be passed into the computer from the sketch. I've tried mocoLUFA and also dualMocoLufa - same results on both. However when I upload a pre-compiled hex file from the pimp site (online build) - it works fine.
I need to dig into the code in order to be able to implement System Common transmit - I am building an LTC to MTC converter.
I'm not really sure where to start in terms of debugging.
The text was updated successfully, but these errors were encountered:
@YANG-Mingcong hey mate - I am revisiting my LTC->MTC converter - how did you go with yours? Currently porting to ATMEGA32u4 board (pro micro). LTC reading working fine, MTC output not so much. Working through the bugs at the moment.
I'm building this under El Cap OSX. I have tried using Crosspack-AVR and also Brew avr-gcc. I am using the specified version of LUFA. Everything compiles and everything uploads to the atmega16u2 that's on my MEGA2560R3 board.
Problem? The compiled hex file, when uploaded, doesn't allow midi messages to be passed into the computer from the sketch. I've tried mocoLUFA and also dualMocoLufa - same results on both. However when I upload a pre-compiled hex file from the pimp site (online build) - it works fine.
I need to dig into the code in order to be able to implement System Common transmit - I am building an LTC to MTC converter.
I'm not really sure where to start in terms of debugging.
The text was updated successfully, but these errors were encountered: