File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
mcu/stm32/STM32L4xx_HAL_Driver/Inc Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 133133#define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */
134134#define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority */
135135#define USE_RTOS 0
136- #define PREFETCH_ENABLE 0
136+ #define PREFETCH_ENABLE 1
137137#define INSTRUCTION_CACHE_ENABLE 1
138138#define DATA_CACHE_ENABLE 1
139139
Original file line number Diff line number Diff line change 150150#define VDD_VALUE ((uint32_t)3300U) /*!< Value of VDD in mv */
151151#define TICK_INT_PRIORITY ((uint32_t)0U) /*!< tick interrupt priority */
152152#define USE_RTOS 0U
153- #define PREFETCH_ENABLE 0U
154- #define PREREAD_ENABLE 1U
153+ #define PREFETCH_ENABLE 1U
154+ #define PREREAD_ENABLE 0U
155155#define BUFFER_CACHE_DISABLE 0U
156156
157157/* ########################## Assert Selection ############################## */
Original file line number Diff line number Diff line change 133133#define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */
134134#define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority */
135135#define USE_RTOS 0
136- #define PREFETCH_ENABLE 0
136+ #define PREFETCH_ENABLE 1
137137#define INSTRUCTION_CACHE_ENABLE 1
138138#define DATA_CACHE_ENABLE 1
139139
Original file line number Diff line number Diff line change 133133#define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */
134134#define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority */
135135#define USE_RTOS 0
136- #define PREFETCH_ENABLE 0
136+ #define PREFETCH_ENABLE 1
137137#define INSTRUCTION_CACHE_ENABLE 1
138138#define DATA_CACHE_ENABLE 1
139139
Original file line number Diff line number Diff line change 152152#define VDD_VALUE ((uint32_t)3300U) /*!< Value of VDD in mv */
153153#define TICK_INT_PRIORITY ((uint32_t)0U) /*!< tick interrupt priority */
154154#define USE_RTOS 0U
155- #define PREFETCH_ENABLE 0U
155+ #define PREFETCH_ENABLE 1U
156156#define PREREAD_ENABLE 1U
157157#define BUFFER_CACHE_DISABLE 0U
158158
Original file line number Diff line number Diff line change 133133#define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */
134134#define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority */
135135#define USE_RTOS 0
136- #define PREFETCH_ENABLE 0
136+ #define PREFETCH_ENABLE 1
137137#define INSTRUCTION_CACHE_ENABLE 1
138138#define DATA_CACHE_ENABLE 1
139139
Original file line number Diff line number Diff line change 191191#define VDD_VALUE 3300U /*!< Value of VDD in mv */
192192#define TICK_INT_PRIORITY 0x0FU /*!< tick interrupt priority */
193193#define USE_RTOS 0U
194- #define PREFETCH_ENABLE 0U
194+ #define PREFETCH_ENABLE 1U
195195#define INSTRUCTION_CACHE_ENABLE 1U
196196#define DATA_CACHE_ENABLE 1U
197197
You can’t perform that action at this time.
0 commit comments