Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
The X-NUCLEO-LPM01A PowerShield has a dynamic current range maximum of only 50mA.This is a long way short of the maximum current found in many STM32 applications; eg.STM32WL - max Tx current is 120mA;B-L072Z-LRWAN1 - max Tx current of the radio modul...
after extract the zip file to the shortage path C:\st2\STSW_STUSB010_v1.3\Projects\STM32F072RB-Nucleo\Appli\usbpd\STM32F072_MB1303_DRP_2PORTSthen import the example with STM32CubeIDE. Then compile result was"Build Failed. 34 errors, 3 warnings. (took...
Hello everyone,I write HAL_Delay(1000) or HAL_Delay(5000) on my code but it delays it by half. I checked SystickTimer it works fine. But HAL_Delay function gives me half delay time. I created another project with same board, same Cubemx features , it...
I've been struggling to get FatFs working on STM32L496 / L471 for some time now. At present my code uses polling which even at low card clock with certain interrupts disabled is not reliable enough, giving me random FR_DISK_ERR. I know I have to get ...
I'd like to develop USB host application with Audio and/or Video class.Is there any working example project or code snippet?I checked STM32 HCD driver file - -ux_hcd_stam32_periodic_schedule.c, but it always generates EP_TYPE_INTR packet. How can I s...
Hello, when I try to order the NUCLEO-H723ZG and place the coupon I get this message "The coupon code "WS-H723ZG-1ZGI-EMEA-2021" is not valid." I tryed several times in the last weeks but no way out.Thanks in adavance
Hello Community,I want to port my project which is using ThreadX v2.1 to either STM32L4 or STM32F4. For that I tried to find the example code for the above MCUs. But, could not find any example for the ThreadX. However I came to know that H4 and L4 s...
Thank you for helping.The microcomputer is STM32F769I.I wrote the code with reference to the HttpServer sample.TCP / IP server application.When I send a packet from a TCP client, I can receive it, but then it HardFaults.It seems to happen after relea...
I would like to build edge computing IoT Device for voice commands recognition. (In short Speech Recognition at edge). What is best suitable STM32 device with digital microphone and speaker interface (similar to echodot or google home, where processi...