Other Parts Discussed in Thread: AFE4490, MSP430F5529
想请教下,4490开发板是测量血氧信号后通过USB传到上位机软件上的,如果不用上位机软件,不用USB接口,怎样修改例程
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.
Other Parts Discussed in Thread: AFE4490, MSP430F5529
想请教下,4490开发板是测量血氧信号后通过USB传到上位机软件上的,如果不用上位机软件,不用USB接口,怎样修改例程
你好,
在main.c函数中调用USB只有一个函数句柄,把得到的一串数组数据上发到PC。
你好,我修改程序后,用自己的板子采集血氧信号,从4490拿到的数据也是存在那个数组中AFE44xx_SPO2_Data_buf[0];AFE44xx_SPO2_Data_buf[1];AFE44xx_SPO2_Data_buf[2];AFE44xx_SPO2_Data_buf[3];AFE44xx_SPO2_Data_buf[4];AFE44xx_SPO2_Data_buf[5],我从这些数组中读出来的数据怎么都不对呢,下面是我读出来的数据(汉子是自己添加的):