User Activity

Hello!I use MCU STM32F429ZIT6. My task is to receive data on UART for several hours and copy them to ethernet. My function to send data (I generated the code in the CubeMX program with no RTOS): void sendstring (char* buf_str) { tcp_sent (ss->pcb, tc...
Hello.I developed my own board based on A-DK1 board using STM32MP157CAC and MicroSD, PMIC, Ethernet and DDR periphery. When I connect my plate to the usb with sd-card (st-link 2.1) I always receive the message:PANIC at PC : 0x2fff2d17Exception mode=0...
Hello. I have used the STM32MP157A-DK1 this year and I have learned to work with it. Now I develop my own PCB with STM32MP157CAC3. There is a 12-V external power supplier in it. I do't use USB Type-C. Can I do like this? I care about pins USB_PWR_CC1...
Hello. I'm working with STM32MP15-DK1. There is the Realtek IC: RTL8211F-CG. Driver for this IC situates in SDK: linux-5.10.10/drivers/net/phy/realtek.cThere are two defines in this file: #define RTL8211F_TX_DELAY BIT(8)#define RTL8211F_RX_DELAY BIT(...
Hello.I use a board STM32MP157A-DK1. I have SD-card with linux and now i try to run the board in KEIL. I have read file "Using STM32MP1 Cortex-M with Keil MDK". But I get error:Error: flash download failed.Also a can see:Full ship erase done.No Algor...