I want to hook a webcam up to a TM4C1290NCP device.
The webcam profile shows that at 640x480 it requires 147.456Mbps in isochronous mode.
When I do the math for this mode, I calculate that each packet shall hold about 2K data bytes per transmission.
The datasheet says:
" 4 KB dedicated endpoint memory: one endpoint may be defined for double-buffered 1023-byte isochronous packet size"
The way I read this, I believe that this device will be insufficient buffer size for this endpoint to work correctly.
I am new at reading USB specs, so I wanted to have some help.
Also if this is not the right chip to do this, what low cost chip would you use to access a USB camera that was mentioned above?
Thanks,
Craig