HAL with Zephyr
Hi all, I try to use the HAL lib in Zephyr. Anyone knows, why I cant select the hal_st modules/drivers? Best regards Lukas
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hi all, I try to use the HAL lib in Zephyr. Anyone knows, why I cant select the hal_st modules/drivers? Best regards Lukas
Hello ,I am working with nucleo-H743Vitx. I have created Shtml pages which has different tags. When I executed the code, it is working fine.I want to display some more dynamic data . So, I added few more tags to the shtml file and I included these ta...
Hello everyone! BackgroundWe are working on STM32G474VET6 based custom board for some specific motor control application. Project demands to have a custom bootloader on FD-CAN with 500kbit/s arbitration baudrate and data rate with 2Mbit/s with BRS op...
Split from this thread, as it's a different question.Hi @ASEHST,the example projects are made for the NUCLEO-N657X0-Q board. I tried to adapt one of that for the STM32N6570-DK board but keep on getting stuck during the DHCP resolution. Checking the s...
Hi everyone,I'm currently working on a custom board featuring an STM32H747, and my goal is to implement a firmware update mechanism via the I2C interface. Since I'm a beginner when it comes to bootloaders (especially with dual-core microcontrollers),...
Hello ST Community,I’m currently developing a project on the STM32U5G9J-DK2 board and working to implement a FileX + LevelX-based file system on the external NOR flash via XSPI.I found the example project Fx_NoR_Write_Read_File in the STM32Cube firmw...
Hello,I am trying the sleep example for the development board B-U585I-IOT02A, called PWR_SLEEP. I decided to add a channel from ADC1 module and I want to test, but I do not see any header file on the project. I enabled ADC1, channel 1 on pin PC0 in t...
Hi everyone,I faced a frustrating issue with lwip_connect() hanging forever when trying to use an STM32 as a TCP client (FreeRTOS V1 + LWIP stack). 易 Problem SummaryCalling lwip_connect() inside my STM32 TCP client code caused the system to hang inde...
Hello,Could someone please help me?After writing the following code to my custom board using the STM32H725, I can no longer connect to CubeIDE or CubeProgrammer.I believe the issue is due to accidentally enabling the MPU in CubeMX.I would like to rec...
I have a u5 dev board running a usbx msc reference design , which works fine. I'm trying to disable the usbpd side of things within the reference example. I've disabled the usbpd midlewear and peirphal port for the 2 pd pins aswell as disabling the a...