Other Parts Discussed in Thread: TMS320F28335
Hi,
I am having a problem using a McBSP in a TMS320F28335 DSP chip.
Indeed, I intend to communicate ( DSP as Master ) with a peripheral chip that requires continuous SPI communication. What I mean by “continuous” is that I need to be able to send as many bits as required by my peripheral without the slave select ( SS ) being disabled in the meantime.
Is there a way of using the McBSP clock stop mode as Master in order to transfer words longer than 32 bits with the SPI protocol ?
If not, is it possible to emulate an SPI communication with the McBSP without using the clock stop mode ?
I would really appreciate any advice for I currently have no choice but to use a McBSP ( or plain GPIOs ) and the SPI protocol.
Thank you !