Device: Kinetis K24,
Uses "CLOCK_EnableClock(kCLOCK_Spi0)" to enable the module. By clicking on SPI0 in the peripherals window, the registers in the module should show up in the memory->monitors window while debugging.
It works for the UART, I2S, GPIOx etc., but none of the SPI modules.
I can see in the SIM module, that the clock is actually enabled to the SPI modules as expected, and I can write to the registers without getting a hardfault.
Why cannot I see the registers in the memory->monitors window?