This commit is contained in:
Peter D. Gray 2022-01-31 11:49:39 -05:00
parent c2440fceac
commit 868b995303
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B
2 changed files with 2 additions and 1 deletions

View File

@ -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.
//

View File

@ -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;