|
H753_CPP_W25Q_SPI_Flash_Read_Write_01 1.0
STM32H753 W25Q SPI flash (Adafruit 5632/5633/5634) read/write tutorial
|
: Header for main.c file. This file contains the common defines of the application. More...
#include "stm32h7xx_hal.h"Go to the source code of this file.
Macros | |
| #define | WQ25_CS_Pin GPIO_PIN_6 |
| #define | WQ25_CS_GPIO_Port GPIOB |
| #define | Error_Handler() _Error_Handler((const char *)__FILE__, __LINE__) |
| #define | REDIRECT_PRINTF |
Functions | |
| void | _Error_Handler (const char *file, int line) |
| This function is executed in case of error occurrence. | |
: Header for main.c file. This file contains the common defines of the application.
Copyright (c) 2026 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file main.h.
| #define Error_Handler | ( | ) | _Error_Handler((const char *)__FILE__, __LINE__) |