Search found 5 matches
- Thu Mar 17, 2022 6:04 pm
- Forum: General discussion
- Topic: Segmenting a complex bit of hardware-two STM32F4's
- Replies: 5
- Views: 3118
Re: Segmenting a complex bit of hardware-two STM32F4's
If I can make it through 500 samples per second, that should be plenty of samples to ensure safety and responsiveness.
- Thu Mar 17, 2022 2:12 pm
- Forum: General discussion
- Topic: Segmenting a complex bit of hardware-two STM32F4's
- Replies: 5
- Views: 3118
Re: Segmenting a complex bit of hardware-two STM32F4's
I know the '401 has 1 ADC with multiple channels, but will it be enough to run multiple channels for the 4 ADC reads?
- Thu Mar 17, 2022 4:07 am
- Forum: General discussion
- Topic: Segmenting a complex bit of hardware-two STM32F4's
- Replies: 5
- Views: 3118
Segmenting a complex bit of hardware-two STM32F4's
I am working on an engine control computer project based around Speeduino, that already exists on STM32. It does a solid 90% of what I want it to do, however the hardware available is not built to the durability standard I want, so I'll build my own. I have no worries about the hardware design, that ...
- Tue Aug 31, 2021 2:05 am
- Forum: General discussion
- Topic: Designing a new board around existing firmware-F407 vs F417
- Replies: 3
- Views: 1912
Re: Designing a new board around existing firmware-F407 vs F417
That's what I was thinking-I am glad to see your confirmation.
Thanks a lot!
Thanks a lot!
- Sun Aug 29, 2021 6:45 pm
- Forum: General discussion
- Topic: Designing a new board around existing firmware-F407 vs F417
- Replies: 3
- Views: 1912
Designing a new board around existing firmware-F407 vs F417
As the title explains, I am working on a hardware-port to use existing stocks of STM32F417ZGT6 micros, when the original firmware/coding was for an STM32F407VGT6. I'm pretty green on the STM32, I have built one rather complicated project that works, and now I am picking up an old project that has ...