User Activity

Hello, I am trying to boot a Hi-Speed USB Device application using the STM32MP135F-DK by loading it from an SD card to DDR3, but it is not working. To investigate the issue, I am trying to boot CDC_Standalone that is included in STM32Cube_FW_MP13_V1....
Hello, I am trying to implement a Hi-Speed USB Device on STM32 baremetal project for STM32MP131Axx by using STM32Cube_FW_MP13_V1.1.0. I am using the internal DMA of USB OTG to get faster the bulk transfer. I have 2 questions since I would like to kno...
Hello, I am trying to create a new STM32 baremetal project for STM32MP131Axx. Errors occurred when to build the project that ADC2 is enabled by using STM32CubeMX.'ADC1' undeclared (first use in this function); did you mean 'ADC2'? stm32mp13xx_hal_adc...
Hello, I create new STM32 project for STM32MP131AAG3 with baremetal. I encounter the following errors when to build the codes of DMA generated by STM32CubeMX.undefined reference to `HAL_NVIC_SetPriority'undefined reference to `HAL_NVIC_EnableIRQ'stat...
I create new STM32 project for STM32MP131AAG3 with baremetal. An error occurs when build the project.../../Drivers/CMSIS/Device/ST/STM32MP13xx/Include/stm32mp131axx_ca7.h:166:4: error: redeclaration of enumerator 'RESERVED_111' I fixed the enumerator...