2024-04-24 06:50 AM
Hello everyone!
I am looking for the memory map of the STM32 NUCLEO G071RBT6 board, specifically the addresses of the bootloader, application, and the size of the bootloader. I have tried searching for this information on various datasheets and websites, but I have not been able to find it. Could anyone please help me with this? Thank you.
Solved! Go to Solution.
2024-04-24 07:09 AM
These things are all defined by the chip - not by the board it's on.
Therefore, you need to be looking in the chip documentation:
https://www.st.com/en/microcontrollers-microprocessors/stm32g071rb.html#documentation
Check the Datasheet and Reference Manual; also the Programming Manual
2024-04-24 07:09 AM
These things are all defined by the chip - not by the board it's on.
Therefore, you need to be looking in the chip documentation:
https://www.st.com/en/microcontrollers-microprocessors/stm32g071rb.html#documentation
Check the Datasheet and Reference Manual; also the Programming Manual