[PATCH 3/5] bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSP
Karel Gardas
karel at functional.vision
Fri Jun 17 14:43:28 UTC 2022
On 6/15/22 17:05, Gedare Bloom wrote:
>>> +#endif
>>> +
>>> +void stm32h7_init_qspi(void)
>
> Also, is this function declared somewhere?
>
> Probably what you should do is to add this function declaration to
> stm32h747i_eval_qspi.h, and include that file here always?
Yes, it is in bsps/arm/stm32h7/include/bsp.h:
[...]
/* default functions */
void stm32h7_init_power(void);
void stm32h7_init_oscillator(void);
void stm32h7_init_clocks(void);
void stm32h7_init_peripheral_clocks(void);
void stm32h7_init_qspi(void);
[...]
I think it should stay there instead of being moved into ST Micro code.
Karel
More information about the devel
mailing list