摘要:
#include <stdio.h> #include <stdlib.h> int main() { unsigned long long un_var_long = 0; long long var_long = 0; unsigned int data_un = 0x8000; int dat 阅读全文
摘要:
8.2 Conditional Compilation (#if, #ifdef, #ifndef, #else, #elif, #endif, and defined) Six directives are available to control conditional compilation. 阅读全文
摘要:
http://pandafruits.com/stm32_primer/stm32_primer_lib.php As I mentioned in the last section we need to do a bit more work to the infrastructure to mak 阅读全文
摘要:
原文来自:http://pandafruits.com/stm32_primer/stm32_primer_minimal.php In this section I'll show how to get the STM32F103RB running with a minimal "hello w 阅读全文