2022-11-02 07:33 AM
I want to use a STM32WB55CG with a 12-bit ACD to collect sensor data from ADS1292R (24-bit ECG sensor) and MAX86150 (19-bit PPG sensor).
Short question: Is this possible?
If so: Any suggestions on how to do so? Do need some external component?
2022-11-02 08:14 AM
Yes, that should be possible.The two devices are connected via SPI and I2C respectively, which should not require any additional devices. However, TI sometimes has its own ideas about the format of the SPI transmission.
Regards
/Peter
2022-11-02 09:21 AM
MCU's ADC has nothing to do with those other devices, with which you communicate through SPI, I2C or other digital connections.
2022-11-02 09:38 AM
>> Any suggestions on how to do so? Do need some external component?
If the formats don't conform to the function/expectations of the on-board peripherals, you can presumably use the GPIO's to emulate interactions at some lower bandwidth.