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.
我在 Xilinx SDK 2019.1 工作,并希望使用以下定义:
u32_t* BusDataTx =(u32_t*) BUS_DATA_TX; u8_t* DataTx = (u8_t*)BUS_DATA_TX;
u32_t并且u8_t属于stdint.h,但在 SDK 中它不起作用。这些类型未声明。
u32_t
u8_t
stdint.h
你能帮我改写它们吗?你是如何解决这个问题的?