2019-03-21 10:22 AM
Hi,
I am using NUCLEO-L476RG for artificial intelligence purpose. I made my model in STM32CUBEMX.AI and generated my code. Now i want to download it in micro controller.
But i am student and unfortunately, KEIL IDE is not support codes more than 32kb.
Could you please let me know what the solution is for me? and how can i download my code in micro controller?
regards
Solved! Go to Solution.
2019-03-28 11:30 PM
SW4STM32 or Atollic for STM32 are free without limitation (GCC toolchain base environment) and fully supported by STM32 Cube MX.
2019-03-21 11:26 AM
It won't compile/link or it won't download/debug?
You could use the ST-LINK Utilities or STM32 Cube Programmer application to flash assorted binary, hex and object files to the board.
2019-03-21 11:27 AM
Request a temporary 30 day license from Keil if that will allow you to complete your studies/project
2019-03-28 11:30 PM
SW4STM32 or Atollic for STM32 are free without limitation (GCC toolchain base environment) and fully supported by STM32 Cube MX.
2019-03-29 12:46 AM
Thank you so much. I have used the same IDE and my problem has solved