GT-Rex wrote: Wed Dec 18, 2019 10:16 pm
Hi anyone!
Im trying to Use an IDE to program my new Nucleo-L452RE .
There is an official St Ide? On official ST website it isn't as clear as they say to me at maker faire...
With arduino Ide I have some problems so I can't upload sketces... it's quite difficult but in late evening I finally find the way to upload blink
Thanks for any suggestions!
I don't have the Nucleo 64 L452RE, but I have been using the Nucleo 64 F446RE. Uploading sketches hasn't been a problem but I did have some trouble with getting the virtual COM port to let me send stuff to the serial console... I have got that working, but it may be too early to give advice on that part.
As fpiSTM said, always check for a firmware upgrade when you buy one. I upgrade the firmware with ST-Link immediately after taking them out of the packet. Every Nucleo I've bought has been out of date, so far - which is good in a way, because it lets me test out flashing them.
There are some settings in the Arduino IDE which are not fully explained - or at least, not to me. This is what I've settled on, for now (substitute your own board type):
*
* Tools menu settings:
*
* Board: Nucleo 64
* part F466RE
* U(S)ART Support: Enabled (generic "Serial")
* USB support (if available): "None"
* USB speed (if available): "Low/Full Speed"
*
I've taken to writing them in the comments in my Arduino sketches for STM32 boards.
You may also need to set the port, on the Tools->Port menu - I'm not clear if the IDE actually needs that, for Nucleos. It is needed for the virtual COM port, and may change after uploading a sketch.