STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Call HAL lib inside Call back

Hello, Is it Ok to read GPIO pins inside a timer call back as follow:void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef* htim){ if (htim == &htim2 ) //15 ms { BT1 = HAL_GPIO_ReadPin(GPIOx, Pin_x); BT2 = HAL_GPIO_ReadPin(GP...

NASI by Senior
  • 785 Views
  • 2 replies
  • 0 kudos

Hi to everyone. Where can we find the manual of the STM32CubeL4 where it explain how to set up the functionalities of the uC? (For example TIMx -> PWM generation -> with HAL and Cube generator)

I found the manual of the HAL drivers and uC datasheet, but unfortunately I can not find how to setup some configuration on "Device Configuration Tool" such as PWM generation modes and how the peripheral works. Could someone help me?Where can I find ...

Rotolino by Associate
  • 504 Views
  • 1 replies
  • 0 kudos

Ethernet IAP makefsdata

I am trying to change the web page I get in the Ethernet IAP example. If I use the fsdata.c provided in the example everything is ok. But if I grab the pages (example index.html) and create my fsdata.c I had a lot of problem since the server does n...

raffin by Associate III
  • 696 Views
  • 1 replies
  • 0 kudos

Resolved! Required Information regarding pdm2pcm library for Wake word detection application using STM32H747-Disco board

Hi,We are trying to develop wake word detection application using Porcupine Pico Voice library on STM32H747 app kit. We trained the model and when we try to generating the binary using IDE tool, we are getting error pdm library missing in the addons ...

Resolved! 404 Error,Page not found

hello St member,The below link is not available. I need Audio PDM MW for the STM32H747 DISCO BOARD.Please help to get the Audio file.https://www.st.com/en/licensed-software/audiopdm-mw.html?softwareProduct=AudioPDM-MW&softwareVersion=3.2.0Thanks,Shiv...