2011-12-09 02:23 PM
hi,
i have a signal to rate at 3mbit/s. The clock and signal are separate on two line.i tried to use connect EXTI on the clock. When i have a interrupt, i read the PIN where the signal's. This solution don't work.So, i want tu use the TIM external clock, and Input capture for read my signal. but this solution is more complicated.have you other idea?2011-12-09 02:38 PM
SPI Slave, or Synchronous USART
2011-12-10 01:18 AM
My signal is continus and isn't a SPI format. is it possible to use the periph SPI for other signal type?
if i use the synchronous USART,the
start bit and
stop
going to
bother me
because my
signal
will not have
the right structure
2011-12-10 05:17 AM
My signal is continus and isn't a SPI format. is it possible to use the periph SPI for other signal type?
You say you have a clock and data signal, would seem like a good fit. Perhaps you need to be more specific.2011-12-10 01:40 PM
I read more the datasheet and i think your solution is good.
I will tried this solution, monday.