91
STTM STM32 and STR91XF / how to configure SPI pins for bootloading (STM32F405)
« Last post by Alex1982 on June 14, 2023, 06:25:11 PM »Hello!
I'd like to create an SD bootloader for the STM32F405RGTx except I'm using SPI for the SD card interface, not SDIO
Can you please advise how to proceed to set up SPI card and where to define the SPI pins?
I'm using utaskerSerialBoot V1.4.3 within uVision Keil IDE, compiling fine!
Thanks in advance!
Regards
Alex
I'd like to create an SD bootloader for the STM32F405RGTx except I'm using SPI for the SD card interface, not SDIO
Can you please advise how to proceed to set up SPI card and where to define the SPI pins?
I'm using utaskerSerialBoot V1.4.3 within uVision Keil IDE, compiling fine!
Thanks in advance!
Regards
Alex
Recent Posts
As I was reading thru the pdf manual it was mentioning the default phy address was 00001 4 weak pull downs, one weak pull up. Yes, my PHY_ADDRESS was defined to 0. setting to 1 and now I can read phy registers!!