LPC4357- Using SGPIO to get data at the rate of 27MHz

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC4357- Using SGPIO to get data at the rate of 27MHz

585 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by chidambaramnkl on Fri Apr 08 03:00:53 MST 2016
i am using sgpio to get video data from video decoder at the data rate of 27 MHz. Will SGPIO  work at this  data rate ?
Labels (1)
0 Kudos
3 Replies

436 Views
lpcware
NXP Employee
NXP Employee
bump
0 Kudos

436 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by chidambaramnkl on Wed Apr 20 00:18:09 MST 2016
thank you. It was working fine with GPIO at 27MHz Pixel clock rate. GPIO is doing great job in our project.We tried with SCT but it wasn't work.
0 Kudos

436 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bavarian on Mon Apr 11 03:58:46 MST 2016
The SGPIO block and pins will have no problem to run on 27MHz, you only need to create a suitable system frequency with the PLL which is x * 27MHz.
And of course it depends on the amount of data you want to clock in. It makes a big difference if you clock in a 27MBit signal or a 27MByte signal. Somehow you also need to process this amount of data or at least shuffle it from the SGPIO port to another interface like USB or ethernet.

There are 2 app notes which realize a camera interface with SGPIO, but on lower data rate:

https://www.lpcware.com/content/nxpfile/an11196-camera-interface-design-using-sgpio

https://www.lpcware.com/content/nxpfile/an11343-sgpio-camera-module-design-using-lpc4300

Regards,
NXP Support Team.
0 Kudos