Hello,
I'm working with Hercules TMS570LC4357 MCU with standard Halcogen generated configuration for MPU.
It seems that I have problem with caching of some system registers, e.g. Flash Wrapper Registers (starting at 0xFFF87000U).
I observed that these registers are cached instead of 'write through', so the module behaves not as expected.
Halcogen configures this region of memory as DEVICE_NONSHAREABLE. Can this configuration be changed to any other (no cache or write through mode) with no side effects?
Piotr