Hello,
I have just finished my first board using SD Card connected to SPI0 (P0[15] - P0[18] ).
Now I have realized that all tests that I have made until now (MBED , LPCXpresso) have SD card connected on SPI1 .
I have seen on main.cpp initialization like :
"SDFileSystem sd(p5, p6, p7, p8, "sd");"
But I don't know what about bootloader. I saw there a routine on git :
" void SPI_init(PinName mosi, PinName miso, PinName sclk); "
But Also I saw that this bootloader can be programmed also trough usb.
Where can I find some more info on this ?
Kind Regards,
Daniel