User Activity

Hello! I am trying to get CubeProgrammer to flash a NAND on a custom board.UBOOT detects the NAND chip and mtdparts lists the following:STM32MP> sf probe STM32MP> mtdparts   device spi-nand0 <spi-nand0>, # parts = 4 #: name size ...
I have built a device tree file using the details in wiki in CubeMX. I build with my custom machine using Yocto. When I run the built TF-A binary I get the following output on UART4:NOTICE: CPU: STM32MP157CAD Rev.B NOTICE: Model: STMicroelectronics...
I have a custom board I made with the STM32MP1 and I seemed to have royally messed up the clock circuit. I have an ASDMB-24.000MHZ-LC-T clock chip generating a square wave clock but HSE_OUT is being pulled high which puts the STM32MP1 into analog-byp...
I cant seem to get the STM32CubeIDE to work with the STM32MP157C-DK2 board. It builds the examples and then when I go to load and debug i get the following:Open On-Chip Debugger 0.10.0+dev-01193-g5ce997d (2020-02-20-10:57) Licensed under GNU GPL v2 F...
I have enabled the FD-CAN device in the device tree with the following entry&m_can2 { pinctrl-names = "default", "sleep"; Template:Highlight pinctrl-0 = <&m_can2_pins_a>; Template:Highlight pinctrl-1 = <&m_can2_sleep_pins_...