
我原本要将该数据存储到外部ROM,但是我现在不知道该怎么拆分这个数据,想请教一下我该怎么做?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
你好,昨晚咨询的今天收到回复了,你看一下工程师的说明:e2e.ti.com/.../tms320f280049c-how-to-split-32-bit-data-into-two-16-bit-data
我调过了现在,这个编译器似乎float32_t不能直接按位操作,需先转换成uint32_t,我是用共用体的方式来转,而且我的外部ROM是8位的,我搞错了,然后我发现这个编译器的unsigned char还是16位的,就把float32_t拆成了四个uint16_t来写就可以了。

