STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_GPIO_TogglePin() not thread-safe

Posted on May 30, 2018 at 21:31STM32Cube_FW_F7_V1.11.0's HAL_GPIO_TogglePin() appears broken in a multi-threaded environment:void HAL_GPIO_TogglePin(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin){  /* Check the parameters */  assert_param(IS_GPIO_PIN(GPIO_...

Resolved! How to efficiently save and restore the 32F407 FPU context

STM should really post their code to handle FPU context saving and restoring BECAUSE their clients have been asking for over a decade!!!One user stated "the time for a full FPU state save/restore is quite long. A pair of vpush {s0-31}/vpop {s0-s31} t...

Robmar by Senior III
  • 2311 Views
  • 12 replies
  • 0 kudos

Resolved! STM32 Product Recommendation

Among STM32 boards, I would like to recommend a board that includes an interrupt 2 or more pins, I/O (Analog) 20 or more pins, MCLR (reset), PWM signal (more than 2 pins), AVdd, AVss, Vss, RX, TX, ICDCLK, and ICDDATA pins. This is the first board I'm...

Park by Associate II
  • 1379 Views
  • 3 replies
  • 1 kudos

Resolved! STM32H7: UART IDLE is set again without RXFNE be set.

I have the problem on my STM32H753, that the IDLE-bit is set when transmitting. On the manual it says: The IDLE bit is not set again until the RXFNE bit has been set (i.e. a new idle line occurs).The RXFNE is never set (actually on CubeIDE this is sh...

jhi by Senior
  • 1240 Views
  • 5 replies
  • 0 kudos

Resolved! STM32H753: Can't receive the data the controller is sending

I'm using the UART (USART5) with RS485 and I have enabled the read to be on also when sending. I need to read back the data that was sent to see if it is correct. The problem is, that I do not receive what was sent. But if I send the same data from o...

jhi by Senior
  • 7035 Views
  • 38 replies
  • 2 kudos