Other Parts Discussed in Thread: SYSCONFIG
Hello Expert,
I am in need of a help regarding custom flash driver. This is a two part question.
We have created our custom flash driver using mcu_plus_sdk_am243x_08_02_00_31
And now we want to migrate the project to mcu_plus_sdk_am243x_08_05_00_24
I see in SDK 8.5. The flash driver is handled via JSON descpriton.
In accordance to SDK 8.2. we have created a source file which functions
as a flash driver. First question is:
Would it be possible to copy already created flash driver (source code as recomened in SDK 8.5.) into the SDK 8.5. and skip the JSON description based driver?
When I run the flash_diag example from SDK 8.5. the app prints out dev. and man. ID just fine and also does correct read-write test. However when continuing to read SFDP goes wrong
and the data seems to be corrupted.
Here is output of the app.
From what I understood the flash_diag should work on any flash that support SFDP. What could be the cause of this ?
Best regards,
Dominik