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
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to