add SST25VF016B Flash testing function

This commit is contained in:
2025-03-09 16:11:45 +02:00
parent 13db07642e
commit 8112ed27e8
13 changed files with 6950 additions and 37 deletions

6
Core/Inc/SST25VF016B.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __SST25VF016B
#define __SST25VF016B
void SST25VF016B_run_test(void);
#endif

View File

@@ -62,7 +62,7 @@
/* #define HAL_SAI_MODULE_ENABLED */
/* #define HAL_SD_MODULE_ENABLED */
/* #define HAL_MMC_MODULE_ENABLED */
/* #define HAL_SPI_MODULE_ENABLED */
#define HAL_SPI_MODULE_ENABLED
/* #define HAL_TIM_MODULE_ENABLED */
/* #define HAL_UART_MODULE_ENABLED */
/* #define HAL_USART_MODULE_ENABLED */