Flash size discrepencies while modifying dts file

Hello,
I am using peripheral uart as my base project and uppn that, I have built my application.

I am delibrately changing the flash region just to see if i can modify flash structure in dts file or not. But seems like when I compile, the region size is coming as 152 KB as per the dts file.

My compile results are as below:

Memory region Used Size Region Size %age Used
FLASH: 147552 B 160 KB 90.06%
RAM: 23808 B 24 KB 96.88%
IDT_LIST: 0 GB 32 KB 0.00%

Let me know where I am going wrong. I have attached my dts file

Thanks for your support,

Chinmay

0743.prj_minimal.confble_trans_board_nrf52810.dts

Parents
  • Hello Chinmay,

    Could you please provide a few more details?

    • Does your project contain a bootloader? If yes, what is the bootloader setup?
    • Where are you placing your .dts file? What have you done to pull it into the build?
    • Please provide your full pristine build log.
    • Please provide your compiled Kconfig and Devicetree.
    • What SDK version are you working with?

    Hieu

Reply
  • Hello Chinmay,

    Could you please provide a few more details?

    • Does your project contain a bootloader? If yes, what is the bootloader setup?
    • Where are you placing your .dts file? What have you done to pull it into the build?
    • Please provide your full pristine build log.
    • Please provide your compiled Kconfig and Devicetree.
    • What SDK version are you working with?

    Hieu

Children
No Data
Related