Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
I am having the same issue in reading the DMA Control Registers for Current DMA address using this LOC (dmaRAMREG->WPC[0].CDADDR). This translates to accessing address 0xFFF80800. The default HalCOGen code for this memory region (0xFFF80000) is set the DEVICE_NONSHARABLE. Changing the MPU configuration to cache write through did not make a difference. Are there any other suggestions?