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.

Guide to choose controller (Tiva or Picolo lanch pad)

Other Parts Discussed in Thread: CC2564

Hi , thanks in advance for helping and share the knowledge,

I  have worked in controller and doing medical application project. Please guide to choose the controller for the mentioned project

Transmittance type  (Photopleysmography) (IR and RED LED)sensor placed on the finger tip which can be used to derive  the pulse rate, Oxygen Saturation (SpO2)  using TI AFE and acquired data need to processed by the controller and parameter values will be send to the user’s smart phone via bluetooth(TI CC2564).

Techniques used: Digital signal processing

Please share the suggestion

  • Hello Dinesh,

    ARM CMSIS DSP Library is what you would be looking for implementing the DSP Algorithm when compared to Picolo device which are native C28x devices. You would need to first understand and estimate the throughput on the DSP algorithms when running the same on ARM.

    Natural path would be to do it on a Picolo device which has a DSP processor.

    Regards

    Amit

  • Hi Amit, thanks for helping and share the knowledge :)

    I will check the DSP algorithm throughput

    I need to interface Bluetooth module CC256x and will picolo device have necessary stacks to support the interface( I am new to Bluetooth module)?

    Please share the suggestions