搜索资源列表
LCD_DEMO-1
- lcddemo-1(2004版) -- 320X240 STN 灰度LCD 测试 此代码在SDT2.51下调试通过。运行时LED会闪烁一下,接着串口0会输出一些系统信息,在波特率为57600超级终端可看到,打印出来的由ASCII字符组成的 FS44B0X图样,此时LCD上显示ascii字符组成的ARM图样。通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。 -lcddemo-1 (2004 version) -- 320x240
printf
- 实现类似于C语言标准函数printf()的简单printf打印。主要用于包含UART口的打印输出,代替标准的C库函数,减少对MCU的FLASH的占用,而又不失其基本功能,是在开发MCU时的好帮手。-Simple printf to print to achieve is similar to the C language standard function printf (). Mainly used for the printout contains the UART ports, inste
uart
- avr 串口打印printf函数使用添加函数-avr serial print printf function using the Add function
USART1_printf
- STM32的串口驱动,通过串口打印内容到PC端。包含所有配置文件和库函数。-The STM32 serial port driver, print content through the serial port to the PC side. Contains all the configuration files and libraries.
printf
- 本函数实现了打印的功能,主要针对于哪些没有字库的屏提供了很好的显示界面操作-This function implements the print function, mainly focuses on what doesn t the character screen provides a good display interface
RAW-task-
- 这是一个很有意思的debug 函数, 能够遍历block 住的任务,遍历的时候可以调用相应的debug_function 函数把任务的具体参数全部打印出来。 Opt =1 的意思是遍历的时候全部唤醒所有block 住的任务,opt=0 则不影响。-This is a very interesting debug function, can traverse the task of block live, when you can call the corresponding debug_fu
串口printf打印输出(神舟王STM32F407-库函数版
- 串口printf打印输出(STM32F407-库函数版本)