STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Certified RTOS for STM32

Hi,I have general question. What certified RTOS do you recommend for using in medical device running on STM32F/G/H that will be certified in accordance with IEC 62304 Class C?Best regards,KK

kk2 by Associate III
  • 951 Views
  • 4 replies
  • 3 kudos

Regarding USB Application

Hello Guys, I'm Currently working on a Project in handling USB. I got an Example GitHub code from our community for interfacing with the USB. But in that code, the while loop looks empty. I don't know how to implement Transmission and Receive the dat...

bsn_14 by Associate II
  • 551 Views
  • 1 replies
  • 1 kudos

STM32H5 FreeRTOS USB VCP

Hi all,I have a custom board, which previously used the ST32L052 processor, that I changed to STM32H5. Previously I could use the USB_Dev middleware to make it a VCOM Port and could send data without a problem to my PC. After the processor change I a...

gamelk by Associate III
  • 686 Views
  • 1 replies
  • 0 kudos

Resolved! LWIP

Hi,how can I check if my client in connected to pc server?--------------------------/* init code for LWIP */MX_LWIP_Init();/* USER CODE BEGIN 5 */LOCK_TCPIP_CORE();tcp_setup();UNLOCK_TCPIP_CORE();---------------------------void tcp_setup(void){uint32...

Stefano1 by Associate
  • 843 Views
  • 1 replies
  • 0 kudos

Resolved! MX_USB_HOST_Init(); Issue on FreeRTOS CMSIS V1

Hi EveryoneI am starting to use FreeRTOS but faced an issue if there is someone to help. I configured USB_FS MSC. when I use MX_USB_HOST_Init(); the FreeRTOS stop and not working. but when I disable it, everything is fine.I have used the USB_FS MSC i...

AMIR-F-O by Associate II
  • 2487 Views
  • 9 replies
  • 4 kudos

Resolved! HAL library bug in OSPI driver

Source and destination parameters are incorrectly placed in the following code:stm32h7xx_hal_ospi.cLine 1496HAL_OSPI_Transmit_DMA functionif (HAL_MDMA_Start_IT(hospi->hmdma, (uint32_t)pData, (uint32_t)&hospi->Instance->DR, hospi->XferSize, 1) == \HAL...

trs by Associate II
  • 1489 Views
  • 7 replies
  • 0 kudos

SMT32F103 Nucleo Hardfault

I'm running a GPS application based on @Tesla DeLorean application that he kindly shared here:https://github.com/cturvey/RandomNinjaChef/blob/main/f746g_disco_gps.c I'm now encountering a HardFault When I step into the function to load the register v...

Screenshot 2024-07-05 083757.jpg Screenshot 2024-07-05 083924.jpg
Jorgie by Associate III
  • 915 Views
  • 4 replies
  • 1 kudos