User Activity

 I am using the STM32MP131 in a bare-metal environment.Since upgrading CubeMX from version 6.11 to 6.12, the code generation for the SPI3 module does not work at all.Specifically, the function declarations are generated, but the internal code of the ...
Hello,I am trying to generate output with adjustable pulse width using One Pulse mode.The output pin is in a Pull-Up state, with an initial state of High. When One Pulse mode is activated, it outputs a Low signal for the specified duration.However, t...
 I'm working with the STM32MP131FAE in a bare-metal environment, and I'm experiencing issues with QuadSPI.I want to use Quad SPI to send 96 bytes of data continuously without any clock interruptions.However, currently, the data is being sent in chunk...
Hello,I am developing on the STM32MP131FAE board in a bare-metal environment.This chip does not have internal Flash, so I am planning to load a bin file from external Flash at initial boot.The Flash will store two bootloaders and two main firmware im...
Hello,I am currently working with an STM32MP131 in a bare-metal environment and utilizing external DDR3. For this, I am using the HAL library, and in most cases, it works as expected. However, I occasionally encounter an issue where the HAL_DDR_Init ...