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

J2534

Anyone have J2534 support library for STM32f4 devices...?J2534 is an interface standard designed by SAE (Society of Automotive Engineers) and mandated by the US EPA (Environmental Protection Agency) for vehicle ECU reprogramming.

Vdoij.1 by Associate II
  • 854 Views
  • 2 replies
  • 0 kudos

USB_HOST stack issue in Free RTOS

I'm using two STM32F407VGTX EVK boards to configure as host and device in BareMetal, which is working fine.I have configured (Host and Device) the same in FreeRTOS, but it is hitting hardfault error from "static void USBH_Process_OS(void *argument)" ...

usha_0-1713770415564.png usha_1-1713770442784.png usha_2-1713770472480.png usha_3-1713770498646.png
usha by Associate
  • 521 Views
  • 1 replies
  • 0 kudos

malloc() causes hard fault with newlib-nano

If I understand malloc() correctly, then it should either return NULL (if out of memory) or a valid pointer.However, certain sequences of calls to malloc() cause a hard fault instead. Here is a minimalistic sample project for an STM32L431 with 64kB R...

GMock.1 by Associate II
  • 1587 Views
  • 1 replies
  • 1 kudos

Can Netx duo work with freertos

Hello, I would like to know if netx duo is able to work based on freertos and if there is already an implementation for it, since our work was based on freertos implementation. Or if there is an oslayer for netx duo for freertos.

PeterMu by Associate II
  • 1262 Views
  • 4 replies
  • 3 kudos

stm32f411 use mutliple adc

Hello everyone, I want to use 4 sensors with 4 channels in a single ADC on the stm32f411ceu6. There was no adc prescalar in clock config. Actually, I used 2 sensors using 2 channels. With the same logic, when I try to use all 4 of them, it measures i...

atprk by Associate
  • 1218 Views
  • 1 replies
  • 1 kudos