Hi estephania_martinez ,
I flashed the default "pflash" example but its not even able to boot. I read the "MCUXpresso SDK API Reference Manual_MKW41Z4.pdf" which says flash driver api's are meant for C90TFS. I added the below lines from pdf.
"The flash provides the C90TFS Flash driver of MCUXpresso SDK devices with the C90TFS Flash module inside. The flash driver provides general APIs to handle specific operations on C90TFS/FTFx Flash
module."
Can you please help me with storing some data in flash and reading them back?Also, What is pflash, dflash and are there are documents explaining them? At what address should I store the data?
Below are the flash properties read from my hybrid application.
kFLASH_PropertyPflashSectorSize: 0x800
kFLASH_PropertyPflashTotalSize: 0x80000
kFLASH_PropertyPflashBlockSize: 0x40000
kFLASH_PropertyPflashBlockCount: 0x2
kFLASH_PropertyPflashBlockBaseAddr: 0x0
kFLASH_PropertyPflashFacSupport: 0x1
kFLASH_PropertyPflashAccessSegmentSize: 0x2000
kFLASH_PropertyPflashAccessSegmentCount: 0x40
kFLASH_PropertyFlexRamBlockBaseAddr: 0x0
kFLASH_PropertyFlexRamTotalSize: 0x0
kFLASH_PropertyDflashSectorSize: 0x0
kFLASH_PropertyDflashTotalSize: 0x0
kFLASH_PropertyDflashBlockSize: 0x0
kFLASH_PropertyDflashBlockCount: 0x0
kFLASH_PropertyDflashBlockBaseAddr: 0x0
kFLASH_PropertyEepromTotalSize: 0x0
kFLASH_PropertyFlashMemoryIndex: 0x0
kFLASH_PropertyFlashCacheControllerIndex: 0x0
Regards,
Kunal