STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1753 Views
  • 6 replies
  • 1 kudos

Resolved! First UDP packet sent contains all zeroes in the payload, second packet has partially false values in the payload, all the other packets that come after have correct payload. Why does this happen with the first packets?

Hello everyone,I'm using the STM32H7 and the new fully reworked ethernet driver along with the LWIP and FreeRTOS for sending and receiving the UDP packets. The issue is first two packets get corrupted when sending. I don't send the UDP packet with ze...

X-CUBE-AZRTOS-L5 Azure RTOS version upgrade

I am using X-CUBE-AZRTOS-L5 on my project. Also will use X-CUBE-CELLULAR for 4G connection. X-CUBE-CELLULAR uses Azure RTOS version 1.9.0 but X-CUBE-AZRTOS-L5 uses 1.8.0. Cellular package uses NetX features comes with 1.9.0. I use CubeIDE and make se...

MKILI.3 by Associate
  • 333 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H745 not works with KSZ8081RNA

Hello!I am trying to run ping on my board with STM32H745 (similar to NUCLEO-H745ZI-Q). Instead of the standard LAN8742, I have to use KSZ8081RNA. On the advice of @Piranha​ and @Pavel A.​ in other branches, I leave almost everything as it is in the L...

0693W00000NqMBCQA3.png
IOvch by Associate II
  • 2401 Views
  • 9 replies
  • 0 kudos

Resolved! USBX device storage class + filex

I want to make a Filesystem with FileX and use the usbx device storage class to get access to the files. I successfully created a FileX filesystem on ram. I found the examples Ux_Device_MSC, this uses the sd card for the file system.In ux_device_msc....

CButz.1 by Associate III
  • 1430 Views
  • 1 replies
  • 0 kudos