Part Number: AM2432
Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG
Hi,
we are using AM243x with a custom flash. We already created a custom flasher_jtag_uniflash project for programming the flash with uniflash tool and a custom sbl to copy the application from the custom flash to RAM. This works already pretty well. Also writing to flash in sbl is ok. We plan to use XIP in future so we activated DAC mode in sbl and in application as well. I now have the phenomenon that reading the flash content by the memory view in CSS20 is different in sbl and application. In application the content is shifted by one byte. Refer the attached pictures.
SBL:

APPL:

Not only the memory view shows this, but also my code reads these values from the flash. As far as I can see the settings in sysconfig are the same for flash/OSPI in sbl and application. I use mcu_plus_sdk_am243x_12_00_00_26 for both, sbl and application. Memory view in sbl fits to memory view in uniflash tool.
Any idea what I'm doing wrong?

