YouTube Videos about Forth¶
Videos¶
No |
YouTube URL |
Brief Description |
---|---|---|
1 |
Outstanding Mecrisp-Stellaris intro using a STM32F103 powered “Blue-Pill” |
Note
Video 1: Around 7:00 the author states that he doesn’t like the STM32F Datasheet, and for the STM32F103 I agree, the GPIO configuration is very confusing, but remember, this was their FIRST ARM chip and was 10 years old back in 2017. Compared to this chip, the STM32F0xx GPIO is a breeze to configure. He also tries to enable the GPIO (and uses the wrong address) but with Mecrisp-Stellaris ALL THE GPIOS are enabled by default so you don’t need to do this. The GPIO’s are mostly set to the default INPUT mode, apart from some Alternate Function pins such as a USART used for Terminal communications.
My Videos¶
My YouTube “Channel”¶
https://www.youtube.com/c/TerryPorterElectronics
No |
YouTube URL |
Brief Description |
---|---|---|
11 |
STM32F103C8 Diagnostics. Did your Blue Pill get a FREE 64kB Flash for Xmas ? |
|
10 |
Compiling 583 forth programs on a “blue pill” in 23 seconds |
|
9 |
Clone a stm32f103 chip running Forth |
|
8 |
Stm32f103 forth devkernel showing realtime speed |
|
7 |
How to add error coloring to mecrisp-stellaris forth |
|
6 |
Temperature sensing with forth and two lmt01 ttemperature sensors |
|
5 |
Cloning a mecrisp-stellaris forth image |
|
4 |
Embedded forth language on arm based stm32f0 - ide error handling |
|
3 |
The blue-pill development board and nokia 5110 lcd scam |
|
2 |
Stepper driver demo |
|
1 |
Embedded forth language on arm based stm32f0 - the ide |