Search found 3 matches

by rhormigo
Thu Dec 10, 2020 7:40 am
Forum: General discussion
Topic: STM32F410 Loads code ok, even I can see the registers and PC moving with the Cube Software, but won't even blink a LED
Replies: 6
Views: 3745

Re: STM32F410 Loads code ok, even I can see the registers and PC moving with the Cube Software, but won't even blink a L

Just an update, it looks like updating the HSE frequency #define to 24MHZ makes the code at least working From: #define HSE_VALUE 8000000U To: #define HSE_VALUE 24000000U What I didn't expect as the function SystemClock_Config() at the file variant.cpp suggest to sequence to the next available clock...
by rhormigo
Wed Dec 09, 2020 9:06 pm
Forum: General discussion
Topic: STM32F410 Loads code ok, even I can see the registers and PC moving with the Cube Software, but won't even blink a LED
Replies: 6
Views: 3745

STM32F410 Loads code ok, even I can see the registers and PC moving with the Cube Software, but won't even blink a LED

Hi, I am new here and to the STM32 world, I did worked several other CPUs in the past, now mostly AVR, and Teensy. But here I have the need of a very simple, small, and fast deterministic solution to create a one shot programmable in length pulse, that is synchronized externally. Essentially some sm...
by rhormigo
Wed Dec 09, 2020 7:16 pm
Forum: Let us know a bit about you and your projects
Topic: Hi from NYC
Replies: 1
Views: 1765

Hi from NYC

Hello all, I am joining from NY, USA where I work developing medical research toys (I mean instruments) at Columbia University. Also I am a very involved scuba diver (and instructor) and love to develop electronics to bring and test deep underwater. Currently I have been working in very precise PID ...

Go to advanced search