Skip to main content
tm3341
Associate III
June 2, 2015
Question

STM32F4xx standard peripheral drivers add defines

  • June 2, 2015
  • 0 replies
  • 376 views
Posted on June 02, 2015 at 08:42

Hello,

this is targeted for STM32F4xx developers for standard peripheral drivers.

You did a great job when you add defines for new libs only included in F446 by using

/* For example: STM32F4xx QSPI: */

/* stm32f4xx_qspi.c */

&sharpif defined(STM32F446xx)

/* Function implementation here */

&sharpendif

to only compile functions if there is processor.

Can you do that also for FSMC and FMC drivers in next release? Now, I always have to do it manually when new drivers are out.

#drivers #standard-peripheral
This topic has been closed for replies.