Search found 7 matches
- Sun Apr 02, 2023 12:39 am
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: Adafruit STM32F405 wont upload, Error: No debug probe detected
- Replies: 0
- Views: 12731
Adafruit STM32F405 wont upload, Error: No debug probe detected
So i was making great progress in learning how to program this chip. uploaded several Arduino INOs, no problem. All of a sudden, I can't get it to upload. Device manager shows it it is in DFU mode. when I pull the jumper off of 3.3v B0 it goes into STMicroelectronics virtual mode. All seems normal ...
- Mon Mar 27, 2023 9:59 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: Adafruit STM32F405 express feather cant get pins working
- Replies: 6
- Views: 12973
Re: Adafruit STM32F405 express feather cant get pins working
1st STM32 problem solved, 100% user. needed to add a ground wire between STM board and servo.
this simple example works.
/* Sweep
by BARRAGAN <http://barraganstudio.com>
This example code is in the public domain.
modified 8 Nov 2013
by Scott Fitzgerald
https://www.arduino.cc/en/Tutorial ...
this simple example works.
/* Sweep
by BARRAGAN <http://barraganstudio.com>
This example code is in the public domain.
modified 8 Nov 2013
by Scott Fitzgerald
https://www.arduino.cc/en/Tutorial ...
- Mon Mar 27, 2023 8:35 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: Adafruit STM32F405 express feather cant get pins working
- Replies: 6
- Views: 12973
Re: Adafruit STM32F405 express feather cant get pins working
Links are in my first post. Github
- Mon Mar 27, 2023 7:38 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: Adafruit STM32F405 express feather cant get pins working
- Replies: 6
- Views: 12973
Re: Adafruit STM32F405 express feather cant get pins working
Perhaps someone could post a servo sweep code that should work with Adafruit stm32f405 and I can upload and see if it works? I am okay starting this learning process on a slow curve.
- Mon Mar 27, 2023 7:32 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: Adafruit STM32F405 express feather cant get pins working
- Replies: 6
- Views: 12973
Re: Adafruit STM32F405 express feather cant get pins working
This is an example I was able to get to work with the pin# as I assigned it. it only turns one motor from the push of a key on the keyboard so not too useful.
To get this to work I entered pin #D4 or D5 orD6 or D7 or 4, 5, 6, 7 and it worked on A), A1, A2, A3
/*
Spin a brushless motor using an ...
To get this to work I entered pin #D4 or D5 orD6 or D7 or 4, 5, 6, 7 and it worked on A), A1, A2, A3
/*
Spin a brushless motor using an ...
- Mon Mar 27, 2023 5:30 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: Adafruit STM32F405 express feather cant get pins working
- Replies: 6
- Views: 12973
Adafruit STM32F405 express feather cant get pins working
I am new to the STM32duino but familiar with programming Arduino. usually libraries are not to hard to load and get running on Arduino boards or ESP32 boards but I cant seem to figure out STM32. I do have the STM32 core installed and can load blink and it works. I am trying to get a servo library to ...
- Mon Mar 20, 2023 6:07 pm
- Forum: Let us know a bit about you and your projects
- Topic: Hello from the liquid sunshine state of Washington
- Replies: 0
- Views: 13457
Hello from the liquid sunshine state of Washington
Hi I'm Matthew. I like tinkering. 👍
I'm always working on a project that includes motors, servos and microcontroller.
I've tried to use STM32cube and related stm32 tools but with limited programming knowledge I couldn't figure it out. I have done quite a bit with Arduino, but still I struggle with ...
I'm always working on a project that includes motors, servos and microcontroller.
I've tried to use STM32cube and related stm32 tools but with limited programming knowledge I couldn't figure it out. I have done quite a bit with Arduino, but still I struggle with ...