Comments
This commit is contained in:
parent
c2440fceac
commit
868b995303
@ -300,6 +300,7 @@ psram_recover_firmware(void)
|
||||
// psram_do_upgrade()
|
||||
//
|
||||
// Copy from PSRAM to real flash, at final executable location.
|
||||
// Takes just 15 seconds!
|
||||
//
|
||||
// NOTE: incoming start address is typically not aligned.
|
||||
//
|
||||
|
||||
@ -326,7 +326,7 @@ HAL_StatusTypeDef HAL_SPI_Init(SPI_HandleTypeDef *hspi)
|
||||
hspi->Lock = HAL_UNLOCKED;
|
||||
|
||||
/* Init the low level hardware : GPIO, CLOCK, NVIC... */
|
||||
//PDG// HAL_SPI_MspInit(hspi);
|
||||
//NOT WANTED// HAL_SPI_MspInit(hspi);
|
||||
}
|
||||
|
||||
hspi->State = HAL_SPI_STATE_BUSY;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user