STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ST-LINK Utility for startup hardware tests of prototypes

Posted on January 26, 2018 at 08:42Want to use STM32 ST-LINK Utility for first hardware tests of prototypes with STM32F071 MCUs. E.g. switch LED on/off, set port pins, set dac values, read temp sensor of MCU and...and...As we want to use ST-LINK Uti...

JuM by Senior
  • 209 Views
  • 0 replies
  • 0 kudos

CubeMX became a cloud application

Posted on January 24, 2018 at 06:21So, the 4.24 version won't generate anything if it does not have an internet connection. Even if there is firmware in repository...Now I'm loving the earlier version with a passion! 

CAN Controller TX does not show signs of life

Posted on January 24, 2018 at 03:15Can_TX is showing no activity. I can't figure out what I am doing wrong. I've set up the project with STMCubeMX to use CAN1 on PD0 and PD1. When I attempt to transmit there is no signs of life on the TX pin. Using ...

tyler2 by Associate II
  • 580 Views
  • 4 replies
  • 0 kudos

Resolved! EXTI handler gets stuck

Posted on January 24, 2018 at 20:27 With my STM32F4 I am trying to use an external interrupt to read aquadrature encoder on PC02 and regular port PC The interrupt on PC02 fires when I move the encoder, but it won’t return to the main loop again a...