This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSP1 problem in LPC1788

Hi dear all

I used a LPC1788 and I configured SSP1, but I can't write to LPC_SSP1 -> DR. I also configured SSP0, and it works very good and when I write LPC_SSP0 -> DR = 0xAA, its value will update, but for SSP1 it doesn't work.SSP1 data register mapped in 0x40030008, I want to write in this address, But I cant. For SSP0, data register mapped in 0x40080008, whenever SSP0 is activated, I can read and write this address, but for SSP1, also I active this peripheral, but I cant read and write, and this address only has 0x0000000 value .
I used Keil and though system_Lpc17xx, I active SSP1

Please Help me

Thanks

0