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

How to use HAL_GetTick ?

Dear Members,How can I use HAL_GetTick for time stamp ?Is this right ?or I need something else ?Thankscase PULSE_TRACE_UP: if(sensor_value > prev_sensor_value) { printf("PULSE TRACE_UP\r\n"); currentBeat = HAL_GetTick(); ...

Resolved! Issue in CAN Normal mode with STM32F412

If anyone Work on project that interfacing Can transceiver TJA1050 with STM32F412RET6 , if yes i hope  anyone send Example code that work and clock configurations ,, the loopback mode work correctly .. but in normal mode problems start ... and operat...

Resolved! STM32H7B0 ADC watchdog cannot stop interrupt

Dear,We using an ADC in our application at 1MspsThe ADC is always running in a circular DMA mode.To start the buffering of the samples we use the Analog watchdog 1. So when the input signal goes outside the analog watchdog thresholds the function "HA...

OGhis by Senior
  • 518 Views
  • 1 replies
  • 0 kudos

Resolved! ARM CMSIS DSP undefined reference error

Hey I am trying to use CMSIS DSP library to perform FFT of i2s data from a mic but it is showing error after using the FFT functions but is compling if only library is added is there any thing I have missed this is the code: /* USER CODE END Header *...

QEMU for STM32H5 MCU series

Hi,I would like to know if I can emulate the STM32H5 (which is ARM cortex-M33) via Qemu. And if so, are there any limitations in emulating different drivers, especially the ADC and PWM within FreeRTOS Kind RegardsHani Akeila

hakeila by Associate III
  • 427 Views
  • 0 replies
  • 0 kudos