Hello fellow code gurus,
I need a firmware solution to a hardware problem.
We have a F28335 McBSP connected to a SPI device (ADC). Unfortunately, our board was layed-out with the MCLKR connected to our SPI clock (instead of with MCLKX). We found that the MCLKX works in stop-clock mode but the MCLKR does not. The MCLKR clock is continous and never stops (at least we haven't found a way).
1) Can we make MCLKR output in stop-clock mode such that it looks just like the MCLKX output?
2) If not, are there any suggestions?
We're hoping that we can solve this problem with code so that we don't have to do surgery to our board.
Thank you for your help.