STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Openocd not able to flash a discovery board

UNEXPECTED ID code?, the discovery board is original.the onboard stlink is updated to latest version.If i google this Error, i get people trying to flash ST clone mcus, but mine is original. This is my openocd.cfg file:source [find interface/stlink.c...

0693W00000Y8fnkQAB.png
Javier1 by Principal
  • 1214 Views
  • 1 replies
  • 1 kudos

Obejct Sensor Interfacing Doubt

Hello, I have tried to interface object sensor and all works well the object sensor led works perfectly when the range is close and far( LED is off when the path is blocked and vice versa). But I'm just getting stagnant ADC Values, it's stuck at 4095...

STM32F407 CAN filter doesn't work

Hi everyone.I have next problem. I trying to use CAN filter option, sometimes i need to configure them on fly. First basic filter its standard filter: /*CAN*/ canfil.FilterBank = 0; canfil.FilterMode = CAN_FILTERMODE_IDMASK; canfil.FilterFIFOAssignme...

OMarc.1 by Associate III
  • 944 Views
  • 3 replies
  • 0 kudos

Resolved! Problem with configuring I2C1 (PB6 SCL, PB7 SDA) and specific GPIO outputs (PA5, PA6) on STM32L432KCUx, it may be bug, help needed.

Hi, i've been building self balancing robot, so i needed quite lot of periphelias to be working together, they are: I2C, EXTI's, two Timers in encoder mode, Timer in PWM generation mode and GPIO outputs.I'm using STM32CubeIDE 1.9.0., and STM32L432KC ...

0693W00000Y8W7VQAV.png

Store string into FLASH memory (STM32F407)

I want to insert the string my_data_SRAM in the base address of the FLASH. I wrote this code and tried 2 ways:1) *((uint8_t *)BASE_ADDRESS_FLASH+i) = my_data_RAM[i];2) HAL_FLASH_Program(TYPEPROGRAM_WORD, (uint32_t *)(BASE_ADDRESS_FLASH+i), my_data_RA...

luke514 by Senior
  • 1687 Views
  • 3 replies
  • 0 kudos