2017-09-23 06:34 PM
When will the STM32L452RE Nucleo64 board be supported on mbed?
This was asked on the Mbed site over two months ago with no response there.
https://os.mbed.com/questions/78534/STM32L452RE-compatibility/
#nucleo #mbed #stm32l452 #nucleo-642017-09-25 07:06 AM
Hi
Riggs.Rob
,The official answer is provided in mbed: '
This board is not planned to be added on mbed for the moment by the ST team.'.
The recommendation is to add it by our end-users then reviewed by ST.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2017-10-04 10:05 AM
This was marked as resolved, but really seems like a non-answer. What's the technical hurdle here? How much user pressure/demand is required for it to be reviewed, and where would that feedback be directed?
2018-01-19 02:02 AM
I have the same problem trying to compile a program for my NUCLEO-L452RE-P with mbed.
I've tried to configure this target on my own, as shown in the link below, but I'm having unresolved error for the moment.
https://os.mbed.com/teams/ST/wiki/steps-to-create-a-new-STM32-platform
One of the problems I'm having is which INITIAL_SPdefinition should I use for this processor, as I already posted in the Mbed forum.
I will try also with Cube Programmer as said in the following link (
https://community.st.com/0D50X00009XkVu4SAF
)Please, If you already have found a solution, let me know.
Best Regards,
Rodrigo Iga.
2018-01-19 06:33 AM
I've tried STM32CubeProgrammer and I think it's usefull for programming the microcontroller, but not for compiling your program.
Has anyone a solution for this ?
Thank you in advance.
2018-01-19 07:52 AM
Keil uVision works for me. Consider TrueStudio because ST is owning it now and is for tree
2018-01-26 09:43 AM
Hello everyone,
Thank you Bogdan for your answer, it was really usefull !!
Finally I have tried Keil, TrueStudio and Mbed.
Mbed was imposible to make it work, for the moment, with my 'unsupported' nucleo board (NUCLEO-L452RE-P).
On the other hand, I have successfully worked combining Keil + STM32CubeMx and TrueStudio +
STM32CubeMx , both work perfect.
The manual describing all the functions generated by STM32CubeMx can be downloaded from the following link :
I'm finally working with TrueStudio, because it has no program limit (Keil has a 32Kb program limit).
Best Regards.
Rodrigo Iga.