Other Parts Discussed in Thread: SYSCONFIG
Hi.
I'm working on a project based on the AM2432.
I have a question about changing the SDK.
The SDK I was previously using was Industrial SDK version 9.0.0.03, and some of the sysconfig contents are as follows.


OSPI

The SDK I'm trying to change to is Industrial SDK 11.0.0.08, and the sysconfig contents are as follows.


OSPI

Both SDKs use the Flash API, so Read/Write works normally.
However, there is a difference in the code below.
#define HTTP_FLASH_FILE_BASE_ADDRESS 0x60000000
#define HTTP_FLASH_FILE_HEADER_START_ADDRESS 0x00E00000// 0x00D98000 //ysh
#define HTTP_FLASH_FILE_START_ADDRESS 0x00E00400// 0x60E00000 //ysh
#define HTTP_FLASH_JSON_START_ADDRESS 0x00EE8000// 0x60E00000 //ysh
web_fp = (char *)(HTTP_FLASH_FILE_BASE_ADDRESS + HTTP_FLASH_FILE_START_ADDRESS);
In Industrial SDK version 09, I can access and read the values in the Flash area normally.
In Industrial SDK version 11, the value access fails after executing the code.
What are the differences, and how can I perform the same operation?
Please respond quickly.
Thank you.


