Moving from STM32L476xx to STM32L4R9xx
After spending some time looking into the R9 I decided to make the switch. I've been developing on the 76 for a while now. I read the migration document and it doesn't look like there are any differences.
Right now I'm having issues with spi and sd card / fatfs stuff. After several days of reading I really can't figure out what's goin on. I've changed the linker script, startup.s asm, and the define in the Makefile. I know the sdio driver uses an internal DMA, so I just pulled out the DMA stuff and linked up a callback... No dice. For the spi I changed the clock divider because I'm running the hclk faster (120)
I'll post some code tommorow but I have to be missing some major component...
