folder path issue for stm32f429I discovery board
Hi I am having problem while including folder path, After including the folder path for my project it is not building.Below I have attached my project, Can anyone help me with this?
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hi I am having problem while including folder path, After including the folder path for my project it is not building.Below I have attached my project, Can anyone help me with this?
Guys, unfortunately I don't know what to do. A few days ago I updated to the latest HAL version for the F4 series (1.8.3). With 1.8.0 there was a big change in the Ethernet driver, so some adjustments were necessary. I already used the low_level_...(...
Example SD Card file write example using Azure RTOS FileX with SDIO is not working for STM32F767ZI Nucleo board. Please let me know how to fix it. I used the Fx_uSD_File_Edit example is used. It is failing in getting the SCR register value on the SD ...
Hello,I was looking at the UsbX middleware source code and noticed that the memory pools are split in 2. a) non-cached memory poolb) cached memory poolThe STM implementation doesn't seem to use this code and just places everything into the non-cached...
Hello. I'm upgrading from version 1.0.0 to 2.0.0 of the X-CUBE STL for STMF4, but I'm struggling to resolve this warning:Warning: L6775W: stl_sch_main.o(.debug_frame) has FDEs which use CIEs which are not in this section. The warning disappears when ...
HAL_I2C_Slave_Seq_Transmit_* and HAL_I2C_Slave_Seq_Receive_* functionsI have to program an I2C slave which during communication the transfer direction switch. The HAL driver manual does not go into too much details. Are there example code anywhere? T...
Hello, I am working on a Bootloader that reads USB-Key using USB_Host middleware to retrieve files before performing some operations but I have some issues detecting some USB keys.USB 2.0 Keys are all detectedUSB 3.2 Keys are not well detectedI have ...
Hi guys I've upgraded from 1.5.1 to 1.5.2 and I'm receiving HardFaults when using FDCAN \STM32Cube\Repository\STM32Cube_FW_G4_V1.5.1\Drivers\STM32G4xx_HAL_Driver\Src\stm32g4xx_hal_fdcan.c FW 1.5.1 Line: 3493 /* Write Tx payload to the message RAM...
Hello,I am Manikandaprabhu, we are working with the STM32H745XIH6 MCU Disco Board and interfacing it with an eMMC module.The eMMC communication is working correctly on its own.However, we are trying to integrate it with the FatFs filesystem for acces...
Hi,I'm currently working with the STM32N6570-DK and the VENC_RTSP_Server Application from the STM32CubeN6 package.I'm trying to evaluate the VENC peripheral h264 performance.By default, the example application runs at 20 fps, I would like to take it ...