STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

the two ways of using GPIO peripheral

Hello,I am working with stm32mp157c-dk2I have read the GPIO related parts in documents and wiki. I have also used GPIO from M4 side.Are the following statements correct ?Discovery board STM32MP157C-DK2 has two types of GPIOs connector:GPIO 40 pins co...

IYetk by Associate III
  • 694 Views
  • 1 replies
  • 0 kudos

U-boot standalone application crash system after about 20sec running, is it because watchdog timeout? what

With STM32MP157C-DK2 kit, I am testing U-boot standalone example "hello world" application, it print out some information and then stay in a loop until a key input detected to terminate the application. I found out the example code running for about ...

HZhu.12 by Associate II
  • 708 Views
  • 1 replies
  • 0 kudos

Resolved! No memory for tty_prepare_flip_string

Hello, I'm using the OpenAMP_TTY_echo example with some modification.if (VirtUart0RxMsg) { VirtUart0RxMsg = RESET;   while (data < 65535) { itoa(data, buf, 10); if(VIRT_UART_Transmit(&huart0, (uint8_t *)buf, 10) != VIRT_UART_OK)...

lenonrt by Associate III
  • 1435 Views
  • 4 replies
  • 0 kudos