We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Using Keil UV3 V3.85 I can use peripheral > SPI > SPI_2 to show register details, how do I display I2S_2, I2S_3 peripherals in a similar way ?
Thanks for the rapid response... Yes, Keil claims to support the chip, I am using the Keil eval PCB MCBSTM32E containing the ARM chip STMF103ZE which has 2 x I2S ports shared with the SPI ports
That doesn't necessarily mean that UV3 supports every single peripheral on that chip...
This should be the current simulation status for your chip, if you have the latest tools: http://www.keil.com/dd/chip/4216.htm
Thanks, I2S peripheral view is sadly not supported on the STM32F103ZE (I bought Keil the Eval PCB 6 months ago) Thanks very much for the help
That just means that there's no fancy GUI to access it - you can, of course, still access the "raw" register directly...
Since I2S isn't listed as simulated, it isn't just the GUI that is missing. Without any simulation, there will not be any raw registers to access. Maybe mixup between I2S and I2C - I2C1 and I2C2 are simulated.
Sorry, yes; that's true - I was just thinking of the debugger accessing the real registers on the real hardware.