STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI2, FATFs and STM32CubeMX ?

Posted on January 16, 2016 at 04:52Guys, How can I use SPI2 for FATFs on STM32CubeMX ? I'm using STM32F107 .. Where 's the configuration file for SPI on FATFs ? Thanks

STM32F107VG PB3 - PB4 - PA15 Alternate Function Usage

Posted on July 13, 2012 at 10:37HelloI have to use PB3 - PB4 - PB5 alternate function for using SPI3 or SPI1 But these pins are looking on JTAG main function after reset on datasheet.These pins are still  working on jtag main function  I can't chang...

HAL_IncTick not called ?

Posted on April 14, 2014 at 14:23Hi all, STM32Cube generated me USART code which use HAL_UART_Transmit()/UART_WaitOnFlagUntilTimeout() with uwTick variable. But this one is never incremented with HAL_IncTick() function. This function must be called ...

tgoin by Associate II
  • 2414 Views
  • 7 replies
  • 0 kudos

bootloader protected by password

Posted on January 15, 2016 at 16:18Hi, I would like to udpdate the microcontroller STM32F42xxx SW without having access to Boot pins ( hardwired to boot0 = 0 boot 1 = 0) and by using USART port. code is stored in internal flash memory containing SW ...

STM32F407VG + LwIP Rx works but TX does not

Posted on January 15, 2016 at 13:42Hello, I use my own board with a STM32F407VG controller. I tried to get the LwIP 1.4.1 example running, that can be downloaded from the ST.com website. After adopting the BSP to my board I can receive packets perfe...

STM32F4XX RTC calendar can not be configured

Posted on May 01, 2015 at 01:45When system boots up, RTC is initialized and could be configured with success, but any calendar configuration afterward will always fail with ''  if (RTC_EnterInitMode() == ERROR)'' in RTC_SetTime() standard API. When ...

sanmingx by Associate
  • 809 Views
  • 4 replies
  • 0 kudos

CAN Bus - how do I set baud rate on STM32F303x?

Posted on January 14, 2016 at 16:43The default examples are for the Discovery board running at 72MHz. Mine is running at 65.536MHz, meaning that I need to adjust the baudrate to get the round number I desire eg 1M, 500k, 250k, 125k etc.It is not obv...

gbigden by Associate III
  • 1170 Views
  • 1 replies
  • 0 kudos

quadrature output - STM32F407

Posted on July 10, 2013 at 15:27I need to output a simulated quadrature signal on two mcu pins. Is there a way to cleanly do this using the advanced timing features of TIM1 & TIM8?I know that there are other ways that essentially amount to using tim...

dibs by Associate II
  • 2053 Views
  • 7 replies
  • 0 kudos