Hallo,
I'm developing a project for i.MX RT 1024 and I have a compiler problem.
I have two pointers to different memory locations. In these location I have the same value. The compiler forces the pointers to point the same location.
I need that the two pointers address must different.
In MCUXpresso I added the falg "-fno-merge-all-constants" in "Other Optimization flags" field of "MCU C Compiler->Optimization", but it hasn't solved the problem.
Many thanks in advance for you support.