User Activity

Hello. I work in CubeIDE 1.9.0 with the stm32f429i-disco device. The problem arises about firmware and debugging. I made a simple example to check. During debugging, strange behavior was noticed when executing HAL_Delay (line 95). When executing Step...
Hello. I'm trying to figure out X-CUBE-USB-PD. As I understand it, this is an extension for CubeMX, but I can't figure out how to install this extension. Downloaded the project from the link https://github.com/STMicroelectronics/x-cube-usb-pd . I was...
Hello. I work on stm32CubeIDE. I am trying to figure out X-CUBE-USB-PD. An example of the project I'm trying to parse can be downloaded from the link https://github.com/STMicroelectronics/x-cube-usb-pd . It is required to understand how to adapt this...
For example, in the KEIL uVision 5 IDE, it is possible to specify the starting address in the "Options for Target" window. I would like to know how to do the same in Cube IDE
Hello, I need to learn how to control an LED. Faced a problem while trying to generate PVM with DMA. I suspect the error lies in the initialization of the DMA. After running the code, no signals are observed. It was based on the project, which is con...