STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to enable jumbo frames on STM32H743IIT6?

  I have already set the MTU to 3000 on the PC side.On the STM32H743 side, I have set the RXBUFFLEN, MTU, PBUF_POOL_SIZE, and other related memory configurations to 3000.I have configured and enabled Jumbo Frame and disable Jabber disable and Watchdo...

5559b72088de41dbb6cdd368d2fe2622.png
TTL by Associate
  • 162 Views
  • 1 replies
  • 0 kudos

Resolved! stm32n6 gpio interrupts: exti irqhandler missing

Dear all,I have been modifying the VENC_SDCard_ThreadX example and wanted to start some activity based on the user button, triggered by interrupt using the usual HAL + BSP helpers to init the gpio, and registering a handler function for falling flank...

svogl by Associate III
  • 249 Views
  • 2 replies
  • 0 kudos

PRIu64 not wotking using libnano

Using STM32CQubeCLT 1.20's libnano:I am trying to print an uint64_t using inttypes.h via an vsnprintf(line, sizeof(line), fmt, ap) wrapper and the sending the line via UART to a Terminal.However, using print_wrapped("%" PRIu64"\n", (uint64_t)1) gives...

MGeri.1 by Associate II
  • 144 Views
  • 3 replies
  • 0 kudos

STM32U575 LPBAM Configure ADC4 does not work

Hi ST Community,I create LBPAM application which continuously convert ADC4 data channel 22 (PC4) of STM32U575 VGTX.I add HAL_DBGMCU_EnableDBGStopMode(); so I can debug in stop mode. I run LPTIM1 and ADC4 before going to STOP mode. I also move Voltage...

BLS_Karo_0-1769589545056.png
BLS_Karo by Associate II
  • 382 Views
  • 3 replies
  • 0 kudos