Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是使用 IAR IDE (8.30) 在 STM32L152VBX 内存中放置变量的图片。我正在使用 C。
_gprs_inited
send_data_with_gprs
_failed_gprs_counter
这是否意味着两个变量都分配在同一个地址中?
我的意思是因为两者都是 8 位变量,而处理器是 32 位的,它可以容纳这两个变量吗?