Board & debugger for firmware validation on STM32L475RET6TR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-03 1:29 AM - last edited on ‎2025-02-03 2:39 AM by Andrew Neil
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.
- Labels:
-
ST boards
-
ST-Link
-
STM32L4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-03 1:50 AM
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-03 2:05 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-03 2:22 AM
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-03 2:26 AM - edited ‎2025-02-03 2:28 AM
@Ramsiri12 wrote:
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...
They have different datasheets. You need to check the differences between the MCUs based on their datasheets. Based on what you have used in your application (especially the RCC, the memory resources etc .., you can decide if it is suitable or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-03 2:41 AM
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 designed from scratch never works and cannot be patched up to make it work.
