peppeve Thu Jun 09, 2016 4:38 pm Arduino: uint8_t sreg = SREG; cli(); // critical region SREG = sreg; mrburnette Thu Jun 09, 2016 5:48 pm STM32F103 has status registers. ..
davemorl Wed Sep 06, 2017 5:25 pm Hi all, This is my first post on here so firstly I would like to say a hello to everyone. I have some questions about stm32 and arduino. ..
MartynC Wed Nov 22, 2017 6:01 am Hi What are the differences between ST-Link and Jlink and can Jlink be used to program the STM32F103 boards? RogerClark Wed Nov 22, 2017 ..
racemaniac Fri Jun 16, 2017 7:52 pm I see DMA being used more and more on this forum, and one topic that gets mentioned from time to time is that when using DMA not blocking, ..
goran.mahovlic Thu Jun 08, 2017 7:12 pm Im trying to get https://www.artekit.eu/space-invaders-for-stm32/ working on bluepill but im failing I have just make small ..
macbeth Fri Jun 17, 2016 1:35 pm Hi, after reading 100 posts here I decided to post my own question… I have layouted 3 different maple-clone-PCBs. The first ..
zoomx Sun May 03, 2015 3:56 pm I found on GitHub another STM32 Arduino core. It is only for STM32F103, focused on a specific board. The GitHub repository is here ..
racemaniac Fri Aug 31, 2018 8:10 am Wow, really nice discussion Haven’t kept up where our F4 bluepill is (i know some people were actively testing them/using ..
gmc Tue Dec 18, 2018 6:50 am Am new the STM32 boards but not to the Arduino and trying to programming the board. I think I’ve been reading too much as am now going ..
RogerClark Wed Nov 18, 2015 8:14 pm I just came across this article https://olimex.wordpress.com/2015/11/09 … ntrollers/ Basically, Olimex suggest that GigaDevices ..
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 ..
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 ..
dberenguer Sun Aug 06, 2017 6:00 pm Dear friends, Firstly I want to congratulate the stm32duino team for keeping this initiative alive for so long. I’ve personally ..