How to make USART0 drive the SCK0 clock pin in master SPI mode?

Hello dlloyd,

your code works great, I only needed to change the US_MR mode to 0x0401CE (important is the "1" in there) in order to get a phase shift between data and clock, which is required by the LED hardware.

The next step for me would be to have this running with DMA...

Thanks again!
rlak