STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Debug works, run causes Hardfault

Hello,I've got a realy strange issue. I'm using an STM32F107, with SW4STM32 and CubeMX. The controller is on a custom board. When I click on "Run" in eclipse, the controller is not starting. It seemed, that he's going immediately in a HardFault. Even...

user 143 by Associate III
  • 612 Views
  • 1 replies
  • 0 kudos

Debugging not happening on Nucleo-H743Zi

Hi,i'm trying to flash the STM32H743I_EVAL example into the Nucleo-H743Zi.But couldn't able to flash into the Nucleo.Open On-Chip Debugger 0.10.0+dev-00021-g524e8c8 (2019-04-12-08:48)Licensed under GNU GPL v2For bug reports, read http://openocd.org/d...

VPras by Associate II
  • 474 Views
  • 0 replies
  • 0 kudos

STM32F103 Npulses example

Hello. In order to drive a stepper motor with CanBus, I want driver a L6208. I would use a timer to generate Npulses. I've read AN4776 (General-purpose timer cookbook ) but I don't understand somethink, I can't run the timer.Any people have example c...

jihzed by Associate II
  • 1091 Views
  • 3 replies
  • 0 kudos

I'm using 4 ADC channels and sending the data to a DMA buffer. The data from the different channels are interfering with each other and i'm not sure why. The goal is to read from PA0, PA1, PA4, and PA5 at the same time. so i may going about it wrong.

my data for this looks like the following without giving inputPA0 PA1 PA4 PA50 250 216 190I expect this PA0 PA1 PA4 PA50 0 0 0and when i start giving channel PA0 data wit...

Paulset by Associate II
  • 1282 Views
  • 6 replies
  • 0 kudos