STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SPI slave doesn't transmit, STM32F407VE

Posted on March 21, 2018 at 10:00I have STM32F103C8 as a SPI master and a STM32F407VE as a SPI slave.I haven't worked with SPI enough to find optimal way to write communication mechanism, and earlier work with SPI only on AVR and Texas Instruments C...

Bug in stm32f7xx.h (STM32Cube_FW_F7_V1.11.0)

Posted on March 21, 2018 at 17:35Hi,It came to attention that there is bug in stm32f7xx.h for CMSIS version.__STM32F7_CMSIS_VERSION  using __STM32F7_CMSIS_VERSION. It cause compilation error. So existing code :&sharpdefine __STM32F7_CMSIS_VERSION_MA...

Resolved! Error in STM32 LL GPIO driver

Posted on February 07, 2018 at 13:33 Greetings. I wasted a lot of time trying to figure out what is wrong with I2Ccommunication and thus found this issue. Following code works as it is expected to (it changes corresponding CNFy bits to 0x03 and M...

vadim2 by Associate II
  • 2268 Views
  • 7 replies
  • 0 kudos

CubeMx incorrect FatFS code generation

Posted on March 18, 2018 at 13:37Hello,In CubeMx, when the option USE_LFN is enabled, the code generator doesnt generate all necessary code. The missing files are supposed to be in this directory:Middlewares\Third_Party\FatFs\src\option\There are no...

HAL Drivers User Manual Eclipse Help

Posted on March 19, 2018 at 17:45I wanted to ask if it would be possible for ST to make HAL drivers user manual available for eclipse help. As HAL user manual is written in doxygen format, this is easy to generate eclipse specific help files.This is...