[index] [#492496,2027516][MsgOS]Publish a self-written operating system for cortex-m microcontrollers [#492601,2028150][MsgOS]Get the system running [#492698,2028551] [MsgOS]First experience with shel...
[font=SinaEditor_Temp_FontName][b]1. #define BIT0 (0x0001) //(0x0001) is not an address, but a hexadecimal value. [/b][/font] [font=SinaEditor_Temp_FontName]Example 1. P3DIR |= BIT3; Actually it can a...
msp430f149 is an ultra-low power MCU based on flash or ROM, providing 8MIPS, operating at 1.8V - 3.6V, with up to 60KB flash and a variety of high-performance analog and intelligent digital peripheral...
Hi all, due to the requirements of the project, I want to replace the default shell of telnet with the shell we wrote ourselves. Generally speaking, when we use telnet to connect to the target board, ...