Vassilis Thu Jun 04, 2015 8:18 am In case you want to use two SPI devices simultaneusly to achieve the maximum speed performance the you can connect the first device ..
RogerClark Sun Jun 25, 2017 12:40 am Guys I have been experimenting with the OV7670 camera using code from github, but the code requires that optimisation be changed ..
KenLaszlo Wed Nov 22, 2017 6:41 pm Hi I’m trying to make my code as fast as possible on my newly purchased Blue Pill. I was wondering . . . Since the CPU is a 32-bit ..
RogerClark Thu May 10, 2018 10:35 am Guys I’ve pushed an update which removed the robotis bootloader code from the core, (and variants) and also removes the code ..
victor_pv Tue Feb 21, 2017 8:05 pm UPDATE: Working code in this post, and an explanation how to modify sdFat to use it in the next post after that: http://www.stm32duino.com/viewtopic.php ..
mrburnette Thu Jun 30, 2016 12:37 pm I had a hissy in another thread regarding major changes to the serial (non-usb) code. Particulars are not important. What I think ..
dannyf Sat May 27, 2017 1:19 pm All: have been a user of STM32Duino for a while and liked its simplicity but not the IDE. Never bothered to do anything about it, however. ..
sheepdoll Mon Sep 07, 2015 2:50 am Here is a simple skeleton roadmap of where I am planning to go with HALMX • Glue code to float Arduino API over the HAL API through ..
Vassilis Thu Mar 31, 2016 2:09 pm A few days ago I started playing with the STM32CubeMX and the the Sheepdoll’s HALMX core files. I liked the idea of creating ..
danieleff Mon Apr 10, 2017 6:53 am It seems current cores target specific boards, and try to make them work on others are an afterthought. Even the official one is full ..
Slammer Wed Jul 20, 2016 4:45 pm I created a repo with some small programs running under HALMX using Codeblocks IDE. The important is the use of HALMX as library ..
Hexmicro Thu Sep 13, 2018 3:27 pm Hi, First posting here! I’ve tried to find simple code examples that use the timer.c in the STM core but without much luck. ..
pareidolialjebus Sat Sep 08, 2018 8:51 am Hi I would like to be able to program my board (STM32F407G Discovery) and use the serial monitor from the arduino ide. ..
Nutsy Tue Jul 26, 2016 4:42 pm So heres the thing. Im doing a speedo gauge project for fun to put on my bike. And at this stage im just getting some basic motor ..
Pito Fri Jul 14, 2017 6:43 pm The old style vector graphics terminals are still in use, at least here Here is the TEK 4010/14 you may get at ebay most probably.. ..
universam10 Fri Jul 07, 2017 11:31 am Hi, this is more of a brain challenge I wanted to share, if it would be possible to do Software PWM with DMA thus requiring ..
tales von milet Mon Oct 30, 2017 7:27 pm moin moin, ich habe da ein kleines Problem. Index wird in der handler_servos nicht 0. sie fängt scheinbar immer bei 1 an. ich sehe ..
RogerClark Fri Nov 25, 2016 6:39 am Looking forward to more STM32F4 series devices becoming available, I am looking at trying to use the built in bootloader in the F4, which ..
simonf Wed Sep 02, 2015 9:16 pm I was wondering if anyone had had a play with the Nextion displays. They seem relatively cheap for what they are. I know there are cheaper ..
dev Tue Dec 12, 2017 3:32 am Hi, i was looking for the option for usb host controller from stm32f. I want to use usb stick and collect some data from stm32. i need ..