目录 读出一个地址中的值: 往一个地址中写值: 写task: 读task: sleep task test_pass test_fail 读出一个地址中的值: int data; data = *(volatile uint32_t *)(0x20000004); 往一个地址中写值: *