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

Both CAN bus interrupt

Hello, I am using both CAN bus to transmit data with different ID, DLC 8 and it works fine. To receive data in each CAN bus, I use interrupt for both of CAN bus as bellow and I get data only from one of the CAN bus. void HAL_CAN_RxFifo0MsgPendingCall...

NASI by Senior
  • 566 Views
  • 0 replies
  • 0 kudos

real time processing in STM32H750B-DK board ?

I am working on reading an External 3 bit parallel CMOS ADC (4-8 MSPS)(from MAX2771 board or Eva KIT) GNSS digital output through STM32H750B-DK board, Then transmit it over Ethernet or USB2.0 in real time through TCP/IP protocol continuously. then pr...

AElta.1 by Associate II
  • 657 Views
  • 0 replies
  • 0 kudos

Severe Reset issues with freeRTOS

This was a ticket I opened this year regarding a fatal flaw in FREE RTOS which I didn't get a final answer or proper solution. Even so the team that I've been working with manage to get a workaround that for now has been shown to be very effective, ...

APereira by Associate II
  • 5300 Views
  • 18 replies
  • 0 kudos

Resolved! Race condition in UART_RxISR_8BIT (HAL)

The error occurred while reading a UART interface (heavy load @ 115200 baud) byte by byte (with HAL_UART_Receive_IT(&huart1, &com_uartRxSignBuffer, 1) ). MCU: STM32F302VB ST firmware version : STM32Cube_FW_F3_V1.11.2Before the RXNE interrupt is disab...

Blacbird by Associate II
  • 2714 Views
  • 6 replies
  • 1 kudos