Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hi. I have imported a project from another PC to my PC, attempting to run this code on different hardware. When attempting to debug the project on my PC, I received the following: Disassembly: I am unsure what this means, or how to proceed. Please le...
Hello Everyone I am yugentharI have one doubt how to read the data throught ethernet Protocal "using stm32f746 disco board"I am try to connect the ethernet port but i can't able to read the data in Ethernet. So any one give the example code because. ...
Hello All, We have been stuck with this particular issue for more than a month.For STM32H745, we have enabled only cortex M7 and it has freertos with some logic using a math library.The code runs for some time (between 30 minutes and 2 hour) and gets...
Hello Everyone I am trying to make AzureRTOS USBX CDC ACM work on my Nucelo H7A3ZI I am thrilled that CubeIDE now allows to select Packages like AzureRTOS_H7. I was quite successful. ThreadX is running fine. I was able to enable USBX Device CDC ACM...
Dear ST Community, I'm drafting a "Wireless USB-C Displayport Alt-Mode System" that is primarily intended for detethering 3rd-party USB-C DP Alt-Mode devices. There are two distinct system scenarios, though I am mainly concerned with System Design 2 ...
Hello guys, I have a stm32f767 board and I have just recently started my coding journey on stm32 boards. So now I am stuck on ethernet configuration with this board. Tried to find some reference on internet but there is not much resource available. S...
Custom HID class device based on the custom HID example.What I need:Control endpoint 0 INControl endpoint 0 OUTendpoint 1 IN (0x81)endpoint 2 OUT (0x02)endpoint 3 IN (0x83)endpoint 4 OUT (0x04)Page 2012 in RM0440: “For this reason, a dedicated featur...
Hello,I am working on a rechargeable battery powered device that includes a STM32F405VGT6 and can communicate with a proprietary PC software using the internal USB HS Phy.To control the charging of the battery I included a BQ IC (BQ25882), this IC in...
Currently using NUCLEO-STM32H723ZG board. I'm setting TIMER1 as a PWM output, TIMER2 set as Input Capture direct mode try to measrue the frequency output from TIMER1. Clock Configuration : APB1/ APB2 Timer Clocks 100 (MHZ)Timer 1 :Prescaler : 1-1C...