Skip to main content
Associate
February 3, 2025
Question

Board & debugger for firmware validation on STM32L475RET6TR

  • February 3, 2025
  • 3 replies
  • 705 views

Hi All,

Thanks for advance!

Actually i have selected STM32L475RET6TR  MCU for my one of my project. I am looking for the best Evaluation/ development board for the above microcontroller part..

i found  B-L475E-IOT01A this discovery kit board...

My query, is this discovery kit  useful for firmware development/testing purpose B-L475E-IOT01A ?

or can anyone suggest the best Evaluation board for the above part.

 

Thanks.

3 replies

STTwo-32
Technical Moderator
February 3, 2025

Hello @Ramsiri12 and welcome to the ST community. 

If your code does not need lot of exposed pins (only the Arduino connector), in this case the B-L475E-IOT01A should do the job for you specially for a IOT application. Else, if you are looking for more pins exposed that you can use on your development, you can use the NUCLEO-L476RG as recommended on the STM32L475RE - Ultra-low-power with FPU Arm Cortex-M4 MCU 80 MHz with 512 Kbytes of Flash memory, USB OTG, DFSDM - STMicroelectronics.

Best Regards.

STTwo-32

Ramsiri12Author
Associate
February 3, 2025

Thanks for your response...

can we use this NUCLEO-L476RG for my part STM32L475RET6TR ? for my firmware development.. because i have checked the  NUCLEO-L476RG datasheet, in that they did not mention this STM32L475RET6TR as a target ..only they mentioned the target as STM32L476...

can you please suggest one best debugger/programmer for this STM32L475RET6TR ?

 

Thanks.

STTwo-32
Technical Moderator
February 3, 2025

You need to use a board that use a similar MCU and not the same one since there is not any evaluation board based on the STM32L475RET6TR.

Best Regards.

STTwo-32

Andrew Neil
Super User
February 3, 2025

As always, go to the Product Page for your chosen part, and look on the 'Tools & Software' tab:

https://www.st.com/en/microcontrollers-microprocessors/stm32l475re.html#tools-software

There you will find all recommended tools - including development/evaluation boards.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.