Other Parts Discussed in Thread: HALCOGEN,
I am using TMS570LS1224 and configure with HalCogen , CCS.
How to get the Shutdown (SD) signal as shown in the picture with right timings with Halcogen and CCS?
tSDLCSL, tCSHSDH - timings
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.
I am using TMS570LS1224 and configure with HalCogen , CCS.
How to get the Shutdown (SD) signal as shown in the picture with right timings with Halcogen and CCS?
tSDLCSL, tCSHSDH - timings
Can it be done without doing manually?
Actually, I need to make SD signal high after the transmission of data from SDI. How can I achieve it?
No, SPI module is not able to control other pin's action for example a GIO pin. if you use a GIOA[0] for SD:
0. Configure GIOA[0] as OUTPUT
1. Pull GIOA[0] LOW
2. call SPI transmit Function: spiTransmitData(...)
3. Pull GIOA[0] High