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
Am quite new to the MXChip programming using the MXOS, have already manage to setup my development environment but having problems downloading the program to the target board emc3080. there are couple of things i have noticed while debugging,
When i check the emc3080.mk module file in the module folder, Host_MCU_Family is mx1400 but the actual emc3080 mcu is mx1300, does this matter? note that able to build and compile the code using but the memory map is empty.
When i try to change Host_MCU_Family to mx1300 it couldn't compile because the mx1300 folder does not exist in the folder platform/MCU, do you how i can get this folder included?
when i run mxos make with another module target works perfectly even for download.
Any advice on how to proceed from here will be very helpful. thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Am quite new to the MXChip programming using the MXOS, have already manage to setup my development environment but having problems downloading the program to the target board emc3080. there are couple of things i have noticed while debugging,
When i check the emc3080.mk module file in the module folder, Host_MCU_Family is mx1400 but the actual emc3080 mcu is mx1300, does this matter? note that able to build and compile the code using but the memory map is empty.
When i try to change Host_MCU_Family to mx1300 it couldn't compile because the mx1300 folder does not exist in the folder platform/MCU, do you how i can get this folder included?
when i run mxos make with another module target works perfectly even for download.
Any advice on how to proceed from here will be very helpful. thanks.
The text was updated successfully, but these errors were encountered: