In order to initiate, we must start with the demo of a popular microcontroller.
I forgot to modify the silk screen of the actual picture. The actual picture is based on the pcb file below.
As multiple microcontrollers share the same appearance, performance comparison is very important.
Here I use my previous open source code, Game of Life, as the demo of this development board.
It may not be too rigorous as a performance evaluation, and the floating point instructions may not be fully used, but as a general comparison, it is not much different.
Like vs. bet: In addition, I wrote a chess game. This project received 50 likes. After my project received a total of 200 likes, I open sourced the program.
Compilation size after optimization is turned on to the maximum
Take the current when the OLED displays the same picture without operating as a reference, that is, the current of the peripheral circuit is also included in it.
normal operation | Turn off peripherals regularly | idle | Power outage |
---|---|---|---|
14.64mA | 13.36mA | 8.85mA | 5.14mA |
They are all wired from opposite breadboards, so there is no big problem when plugged into a breadboard.
Peripheral definition | elicit name | Corresponding to IO |
---|---|---|
OLED_SCL | SCK | P2.5 |
OLED_SDA | MOSI | P2.3 |
OLED_RST | CS | P2.2 |
OLED_DC | INT0 | P3.2 |
rocker_X | ADC0 | P1.0 |
rocker_Y | ADC1 | P1.1 |
All reference designs on this site are sourced from major semiconductor manufacturers or collected online for learning and research. The copyright belongs to the semiconductor manufacturer or the original author. If you believe that the reference design of this site infringes upon your relevant rights and interests, please send us a rights notice. As a neutral platform service provider, we will take measures to delete the relevant content in accordance with relevant laws after receiving the relevant notice from the rights holder. Please send relevant notifications to email: bbs_service@eeworld.com.cn.
It is your responsibility to test the circuit yourself and determine its suitability for you. EEWorld will not be liable for direct, indirect, special, incidental, consequential or punitive damages arising from any cause or anything connected to any reference design used.
Supported by EEWorld Datasheet