Posted on July 28, 2016 at 21:19
I'm new to arm programming, I'm teaching myself with the STM32 specifically the STM32F030x6.
To start myself off with any new mcu arch, I write a simple as ever code that would make one of the gpio pins go high...
Posted on July 28, 2016 at 22:45I don't plan on using assembly for major projects. I use asm as a way to introduce myself to new chips to better understand the arch and have the knowledge to deal with any optimization issues I might come across. And...