ekawahyu Wed Apr 13, 2016 6:31 am Glad to find this website! I am thinking to use STM32F072 for my project and would love to port Arduino onto it. Any pointer or existing ..
Unturned Sat Oct 01, 2016 10:56 am Hi guys, I’ve been banging my head against the keyboard for a few days because I am literally STUCK and can’t find ..
Nutsy Fri Jul 29, 2016 10:22 am Off my shirt till it looks better………. Right, so umm. One of the reasons I moved onto stm32 hardware was that I read ..
schoch Sun Dec 02, 2018 6:43 pm I have an encoder attached to TIMER2 (PA0 and PA1) and it is not decrementing. I have 2 other encoders that are working correctly. ..
RogerClark Mon May 25, 2015 9:42 am Guys, I just noticed this video interview about the Arduino Zero. http://makezine.com/2015/05/17/talking- … ero-atmel/ ..
snorman Wed Jul 11, 2018 5:20 pm Hello, I am having a couple of issues using the I2C bus (MP3115A2 – Pressure Sensor) on the STM32F103C. I can seem to find ..
alexandros Mon Oct 09, 2017 10:09 am Hello , i have a project that i use SPI1 in order to transfer data , PA7 MOSI1 PA6 MISO1 PA5 SCK1 PA4 NSS1 the board that i m using ..
sajuukKahr Sun Feb 19, 2017 9:31 pm Hello all, I am building a project based on a STM32F1 running at 72Mhz and a ILI9486 connected to SPI1, clock divider is 1 . It is working ..
Nutsy Sun Mar 03, 2019 12:12 am Hi while I still have the opportunity to I wanted to ask a couple of questions about making a USB HID… Someone mentioned to me the USBComposite ..
DrBanana Thu Oct 06, 2016 1:19 pm I usually program stm32 board with ST Link, but problem is, I cannot debug as its not connected through Serial. Now Im wondering ..
RogerClark Fri Jun 02, 2017 10:40 pm The “Baite online store” on Aliexpress used to be the best place to get high quality Maple Mini boards, and they ..
RogerClark Thu Nov 02, 2017 8:30 am Guys Thought I’d email Robot Dyn and ask if they intend to produce more of their Black Pill board, and I got a reply to my email, ..
turboscrew Sun Dec 17, 2017 1:22 am Does anyone know a demo application for blue pill that at least sends some data using RFM69HW-module? I can receive data that ..
palmerr Fri Mar 31, 2017 7:34 am I’m working up an F4 Board (Black STM32F4VET6 on the Wiki). I’ve got software I2c working fine on both F1 and F4. I’ve ..
aster Wed Apr 12, 2017 2:53 pm Hello, i thought to write here instead of the board section since i didn t choose witch board to take yet. I already have a maple ..
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 ..