STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! NUCLEO-L4R5ZI board CN12 header Pin76 = PG7, pin66 = PG8, config as GPIO output pins, but cannot toggle these two pins, SB130 and SB131 have been removed from the board.

NUCLEO-L4R5ZI board, CN12 header: Pin76 = PG7, pin66 = PG8.SB130 and SB131 have been removed from the board. config PG7, PG8 as GPIO output pins, but cannot toggle these two pinsHere is the code: GPIO_InitTypeDef GPIO_InitStructure = {0}; __HAL_RCC...

HYuan.1 by Associate II
  • 915 Views
  • 5 replies
  • 0 kudos

Compile error with Hackflight Flight controller program using Arduino IDE, undefined reference to serial 3 error

my code as follows#include <hackflight.h> #include <boards/stm32f/stm32f4.h> #include <core/mixers/fixedpitch/quadxbf.h> #include <core/pids/angle.h> #include <debug.h> #include <escs/dshot.h> #include <imus/softquat.h>   #include <sbus.h>   #include...

A1bucker by Associate III
  • 728 Views
  • 1 replies
  • 0 kudos

Resolved! How to fill RAM locations during debug

I need to fill certain RAM (buffer) locations with known values (i.e. compressed audio) during a CubeIDE debug session. I thought there was a way to load values into RAM while the program was stopped at a breakpoint. But I can't seem to find this too...

MHoop.1 by Senior
  • 938 Views
  • 2 replies
  • 0 kudos

Resolved! HAL I2C timeout flag

I have a simple function that reads one byte from I2C and I need the RxdFlag variable to be cleared in case of unsuccessful transfer (timeout) and I don't know how to get it from the HAL_StatusTypeDef structure. Thanx for your help.uint8_t GetSlaveI...

Filipx.87 by Associate II
  • 1364 Views
  • 2 replies
  • 0 kudos

NUCLEO-U575 Vbat ADC measurement

Hello everyone!I have set the Vbat measurement enabled flag, unsoldered the SB50 bridge and try to measure the voltage on the Vbat pin. The thing is the range seems to be strange. When I tie Vbat to GND, the ADC shows about 5000. Shouldn't the number...

Skfir by Senior
  • 512 Views
  • 2 replies
  • 0 kudos

I have a problem on debugging Nucleo-f446re

Failed to execute MI command:target remote localhost:61234Error message from debugger back end:localhost:?????: No such file or directory.localhost:?????: No such file or directory.

AAbde.8 by Associate II
  • 1149 Views
  • 5 replies
  • 0 kudos