Rick Kimball Thu Jul 14, 2016 5:21 pm A while back I had created a template based ring buffer (circular buffer) using C++ templates for the msp430 mcu. It was faster ..
flyboy74 Tue Oct 09, 2018 9:53 pm I see another company is having a go at competing against ESP8266 for both a tiny module for embedding and complete little dev board. ..
RogerClark Sat May 07, 2016 6:23 am Hi Guys I’m in the process of setting up a wiki where we can store the wealth of information that has been posted to the forum, ..
zmemw16 Tue Aug 18, 2015 9:08 pm i’m trying to talk to the i2c at24c08 built into the board which is a STM32F103ZET6 Minimum System Development Board ARM STM32 ..
z1rqdym Thu Sep 17, 2015 2:50 pm I want to use EEPROM emulation on Maple mini (baite clone). I find that library given in this topic. viewtopic.php?f=13&t=274 ..
BennehBoy Mon Jan 23, 2017 11:18 am Are DOA boards just par for the course? 3x maple mini clones arrived from China today, 2 are good, 1 is dead – the voltage ..
RogerClark Fri Jun 05, 2015 11:39 am Guys, I was looking at the VS1003 lib and thought it would be good to try to playback and MP3 from the SD card, but rather than ..
RogerClark Sun Jun 25, 2017 12:42 am Guys We probably need a Sticky thread for this, otherwise its hard to find the information about how to start using this core. ..
ekawahyu Tue Sep 26, 2017 9:38 am I made some enhancement to enable USB CDC to build on STM32F072RB Discovery. Please review the code, it is in here: https://github.com/ekawahyu/Arduino_Cor ..
RogerClark Fri Nov 18, 2016 10:14 pm Guys, Rick has noticed that the RAM usage of this core is very high. Blank sketch takes 9k of RAM vs libmaple uses 2k. The main ..
Pito Mon Jul 17, 2017 8:15 am This is a short sketch to demonstrate the problem, fixed by steve’s patch in libmaple: // USBSERIAL TX PROBLEM DEMONSTRATION ..
BennehBoy Sun Jan 14, 2018 4:07 pm Today I spent some time porting a very cut down version of my car gauge system to a Black F407VET6 board that I have. I’ve ..
RogerClark Mon Apr 27, 2015 11:16 am The an bootloader is being developed to replace the existing Maple bootloader. The improvements in the “bootloader 2.0” ..
danieleff Wed Jul 05, 2017 11:38 am STM32GENERIC: Arduino implementation on top of STM32 HAL, for all STM32 boards. Code on GitHub: https://github.com/danieleff/STM32GENERIC ..
Slammer Wed Apr 13, 2016 11:58 pm I miss very much the old-school printf() function…. I am tired to write again and again Serial.print() commands to display ..
victor_pv Sat May 02, 2015 2:37 pm Just wanted to share this square root calculation algorithm that I found a few weeks back: http://medialab.freaknet.org/martin/src/sqrt/sqrt.c ..
ChrisMicro Sat Sep 02, 2017 11:33 pm There is again an article regarding the BluePill on Hackaday: https://hackaday.com/2017/09/02/a-bluep … ependence/ ahull ..
ChrisMicro Fri Jul 07, 2017 2:11 pm I started a simulator software so that I can compile Arduino code in Eclipse CDT and run it on my Linux PC ( it uses X11 ). At first ..
konczakp Fri Apr 21, 2017 6:14 pm Guys, I have a problem as in the subject. I have this function on one maple mini: void callDomofon(int nrLok, int ileDzwonkow){ ..
aster Tue Jul 25, 2017 8:12 pm hello i have this SD module, sdfat version 1.0.3, external ttl-serial, low (4mhz) speed, stm32duino core last update (20 of this month) ..