Class to be able to send SPI data with almost no overhead, useful at very high speeds.

Dependents:   MakerBotServer epaper_mbed_130411_KL25Z epaper_mbed_test epaper_mbed_test_copy1 ... more

Issue: Can BurstSPI add Nucleo L073RZ to supported boards?

I would love to have the Nucleo L073RZ to the supported boards if possible? I'm writing to a Sharp memory LCD 400x240 and it works but without BurstSPI and i'm lucky to get 2-3FPS with regular SPI. I tried basically copying the code from the STM32F4 series but it doesn't work. It just freezes up the mcu.