ahull Tue Nov 24, 2015 4:04 pm I recently ordered a couple of ESP-12e modules, and (from a separate supplier) some adapter boards, so I can plug in “du-pont” ..
RogerClark Tue Jun 09, 2015 10:32 am This is a spin off thread from the issue with the SD lib Basically the issue is that in SPI, that pin PA4 is technically the hardware ..
Phono Sat Sep 24, 2016 8:50 am Hi, I have a strange behaviour with a SEEED W5200 shield I have an application using an Olimex STM32 board and a W5200 ethernet shield, ..
unuldinei Mon Feb 06, 2017 9:41 am Hello, I try to compile SPIFlash library for STM32F103C for read and wite an eeprom win25q64 (8MByte BIOS ) but i get thiss fatal ..
ahull Thu Jul 16, 2015 11:40 pm I took a quick look at the 6502 Emulator mentioned here and it appears to work with a minimum of fuss. Read that thread first before ..
unknown_anonym Thu Jul 20, 2017 10:12 am DESCRIPTION on russian, use google translator. https://translate.google.com/translate? … t=&act=url шаговый ..
ted Sun Jun 10, 2018 10:21 pm How convert this code to stm32 ISR (TIMER1_OVF_vect) { static uint8_t n=0; OCR1A = OCR1B= sine_wave[n]; n++; ted Mon Jun 11, 2018 8:45 ..
madias Mon Apr 27, 2015 3:43 pm It’s for the third birthday of my daughter in July: Ok, not a really complicated project, but with some features: I use one of those ..
Vassilis Sat Nov 28, 2015 12:51 pm Nowadays the 3D printers are awesome and help us make a lot of plastic spare parts very cheap and easy. The question for me was to buy a new printer ..
arpruss Mon Aug 27, 2018 3:38 am I acquired an old serial SpaceBall 4000 3d-mouse on ebay, with the hope of using a max3232 to connect it to a black/blue pill, which ..
FRANCISCOGIMENO Wed Nov 22, 2017 9:38 am Hello friends can someone tell me some example of use of the timers with the arduino ide in the core board. The library ..
TomaTLAB Fri Jan 22, 2016 8:56 pm Hello, guys! When I read one analog pin everything looks normally. But when I try to read pins in sequence like: void setup() { Serial.begin(115200); ..
andreas_ferm Tue Oct 06, 2015 12:16 pm Good day everyone, I’m all new to stm32 and have previously only done smaller projects on arduiono boards, mostly using ..
Rick Kimball Tue Apr 28, 2015 1:56 pm One of the first debuggers to support Serial Wire Debug was a thing called Black Magic Probe (BMP). It has both custom hardware ..
stevech Wed Nov 11, 2015 6:47 am Atollic’s IDE/Compiler is Eclipse + GCC. Until lately, it’s not been free. Now there’s a “lite” version ..
gbulmer Fri Feb 12, 2016 2:04 pm There is an ST Micro press release about STM32 development tools on Linux. It says: The STM32CubeMX configurator and initialization ..