Guidelines on porting Arduino_Core_STM32 on MCU #1469
Replies: 2 comments 3 replies
-
😉 |
Beta Was this translation helpful? Give feedback.
-
Hey i am back :) arm-none-eabi-g++: error: {build.enable_usb}: No such file or directory While the example has the build flags set Nucleo_64.menu.pnum.NUCLEO_G0B1RE.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial} -D__CORTEX_SC=0 The boards.txt of boards_entry.txt doesn't mention anything GenF4.menu.pnum.GENERIC_F407IGTX=Generic F407IGTx I tried added them manualy GenF4.menu.pnum.GENERIC_F407IGTX.build.extra.flags=-D{build.enable_usb} {build.bootloader_flags} {build.vect_flags} But i still get the same error ? I tried disabling all the options i could on arduino IDE but no success |
Beta Was this translation helpful? Give feedback.
-
Hello to everyone could someone explain the basic steps i need to take in order to port this for a custom pcb i designed based on
STM32F407IGT6
This one is pretty much the same with its smaller "brothers" with the exception of more pins available
(ok there is more but lets just start somewhere)
Keep in mind, just the procedure required, i don't ask for a port
Looking forward to your replies
George
Nevermind i am blind
Beta Was this translation helpful? Give feedback.
All reactions