Skip to main content
Visitor II
February 10, 2023
Solved

STM32F446RCT6 this is the IC I am working on and which has 256kb flash, I didn't got a proper data sheet of the same

  • February 10, 2023
  • 2 replies
  • 1947 views

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????

    This topic has been closed for replies.
    Best answer by AScha.3

    maybe difficult for you , most people will be satisfied with Table 4.

    • flash always starts at 0x0800 0000 .
    • flash end is sector7 for 512k , sector 5 for 256k.

    whats so difficult here ?

    2 replies

    Super User
    February 10, 2023

    > 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

    SBhat.5Author
    Visitor II
    February 10, 2023

    I have the same datasheet which do not have the required detail.

    Super User
    February 10, 2023

    Only if you bring your own air )) This chip has no wireless capabilities.

    SBhat.5Author
    Visitor II
    February 11, 2023

    Actually I am aware of that, but i need Flash memory partition details for 256kb chip(STM32F446RTC6)

    Super User
    February 11, 2023

    Maybe you can ask a specific question beyond Table 4. Flash module organization in the reference manual.

    KnarfB