Hello,
My firmware copies some flash data into the SDRAM (using ELF functions __iar_sb) and then cast that information into a structure. However when I cast it I can see how the information is shifted.
So I put in breakpoint where the data should be copied and I stepping through the code the data is passed from Flash to SDRAM correctly, however, when running without code this is not being done properly (the values in the structure are shifted).
Is this a known problem with the SDRAM/Processor?
The instruction that is passing the value into the SDRAM is a STR function.
Regards,