cancel
Showing results for 
Search instead for 
Did you mean: 

IDE problem

spark
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
jean-michel.d
ST Employee

SW4STM32 or Atollic for STM32 are free without limitation (GCC toolchain base environment) and fully supported by STM32 Cube MX.

https://www.st.com/en/development-tools/sw4stm32.html

https://atollic.com/

View solution in original post

4 REPLIES 4

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.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

Request a temporary 30 day license from Keil if that will allow you to complete your studies/project

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
jean-michel.d
ST Employee

SW4STM32 or Atollic for STM32 are free without limitation (GCC toolchain base environment) and fully supported by STM32 Cube MX.

https://www.st.com/en/development-tools/sw4stm32.html

https://atollic.com/

Thank you so much. I have used the same IDE and my problem has solved