I want to interface FPC1011 sensor to FDK fingerprint development kit. So I need a skeleton (or template) project for SPI connection and UART commands. Can you help me?
Best regards,
Mehmet GOK
PhD Student
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to interface FPC1011 sensor to FDK fingerprint development kit. So I need a skeleton (or template) project for SPI connection and UART commands. Can you help me?
Best regards,
Mehmet GOK
PhD Student
No I have no problem to connect the FDK. I will use FPC1011F instead of ATW310 sensor. They are pin compatible sensors. So I can connect FPC1011F directly to FDK. But there is no source code for ATW310 coming with FDK kit unfortunately. That's why I have to use FPC1011F (at least I know how to control this sensor using SPI). Bu I need a template project for FDK also I need source code example how to use SPI and UART modules of TMS320C5515. Thanks.
Mehmet GOK
PhD Student
There are some very good examples in CSL(Chip Support Library) of C5000. In fact, we strong recommend using CSL for development. This is will save you a lot of time.
First download and install CSL. you can download the CSL from this link:
http://focus.ti.com/docs/toolsw/folders/print/sprc133.html
For UART, take a look at the example-2 of UART. it will show you how to use UART of C55xx and how to use UART to communicate to PC
For SPI, there is an example of SPI too. it will show you how to setup the SPI port.
Regards
Wen