Skip to main content
spark
Associate II
March 21, 2019
Solved

IDE problem

  • March 21, 2019
  • 3 replies
  • 5111 views

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

This topic has been closed for replies.
Best answer by jean-michel.d

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/

3 replies

Tesla DeLorean
Guru
March 21, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..
Tesla DeLorean
Guru
March 21, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..
jean-michel.dBest answer
ST Employee
March 29, 2019

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/

spark
sparkAuthor
Associate II
March 29, 2019

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