Skip to main content
dibs
Associate III
May 9, 2014
Question

STM32F401VE: No library support for SPI4?

  • May 9, 2014
  • 2 replies
  • 625 views
Posted on May 09, 2014 at 14:34

I have been looking in the stdlib libraries (v 1.0.2) for the STM32F401VE, and there does not seem to be any support for SPI4, even though it is listed as existing in the datasheet and reference manual. 

What gives?

Have the libraries not caught up to development?

Is it actually not usable?

Have I been looking in the wrong place?

#libraries #stm32 #spi
This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
May 9, 2014
Posted on May 09, 2014 at 15:38

There's partial support in the Discovery library, although the vector is missing after the FPU one

STM32F401-Discovery_FW_V1.0.0\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f40_41xxx.s

Seems to have be remedied in the DSP release

STM32F4xx_DSP_StdPeriph_Lib_V1.3.0\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f401xx.s

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
dibs
dibsAuthor
Associate III
May 9, 2014
Posted on May 09, 2014 at 16:03

Thanks Clive, all is well now.