Page 1 of 1

SPI2/3 in custom bootloader

Posted: Thu Oct 13, 2022 1:47 pm
by karthikkrv85
Team,

Can i use SPI2/3 in custom bootloader? Given drivers in bootloader seems supporting only SPI0/1 (memory mapped SPI). Let me know if we can access SPI2/3 also provide which files & interfaces i can use

Re: SPI2/3 in custom bootloader

Posted: Thu Oct 27, 2022 2:27 pm
by karthikkrv85
Team,

Any input on this query? I had to use SIP flash (SPI0/SPI1) as well as external flash (SPI2). I am using esp32s3 chip

Re: SPI2/3 in custom bootloader

Posted: Fri Oct 28, 2022 8:17 am
by ESP_Sprite
There's nothing particular stopping you from doing that, but you can't use the normal drivers as FreeRTOS is not running. You should still be able to use the HAL layer, though.