2023-02-09 08:48 PM
Hi I am a new bee here, I wanted to create a bootloader to flash two applications, so i need the flash partitions which I didn't got in the datasheet properly.
and also I wanted to implement OTA so is this STM32F446RTC6 is capable of all this????
Solved! Go to Solution.
2023-02-11 08:08 AM
maybe difficult for you , most people will be satisfied with Table 4.
whats so difficult here ?
2023-02-10 12:05 AM
> I didn't got a proper data sheet
you could download ds + rm from STM...
https://www.st.com/en/microcontrollers-microprocessors/stm32f446rc.html#documentation
2023-02-10 12:44 AM
I have the same datasheet which do not have the required detail.
2023-02-10 05:48 AM
Only if you bring your own air )) This chip has no wireless capabilities.
2023-02-10 08:51 PM
Actually I am aware of that, but i need Flash memory partition details for 256kb chip(STM32F446RTC6)
2023-02-11 03:19 AM
Maybe you can ask a specific question beyond Table 4. Flash module organization in the reference manual.
KnarfB
2023-02-11 04:02 AM
actually when we look into that table we can see the organization of flash, but which is for 512kb flash memory. which is difficult to map with 256kb flash.
2023-02-11 08:08 AM
maybe difficult for you , most people will be satisfied with Table 4.
whats so difficult here ?
2023-02-12 08:00 PM
Okey thank you for this info.
I will try now to load a bootloader and application into flash.