STM32H750VB_Bootloader/Core/Inc/flash_config.h

7 lines
106 B
C

#ifndef __FLASH_CONFIG_H
#define __FLASH_CONFIG_H
#define USE_QPI_MODE 1
#define QPI_HIGH_SPEED 0
#endif