FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: VNCII Software examples for Microcontroller via SPI  (Read 8922 times)

mikemoy

  • Newbie
  • *
  • Posts: 4
    • View Profile
VNCII Software examples for Microcontroller via SPI
« on: April 04, 2022, 07:40:11 PM »

Hi guys, new to using this V2DIP1-48 dev board.
I was able to find examples that get loaded onto the device here:
https://ftdichip.com/firmware/precompiled/

I was not able to find any sample code for the micros end to communicate with the VNC2-32L1C IC via SPI.

If there is would someone pleas be kind enough to point me in the right direction. If there is no, there must be documentation to explain whet to send it and how to receive from it.

Thank you!


Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 896
    • View Profile
Re: VNCII Software examples for Microcontroller via SPI
« Reply #1 on: April 05, 2022, 03:36:32 PM »

Hello,

I believe this project will be able to help you https://www.ftdichip.com/Support/Documents/AppNotes/AN_195_Vinculum-II_UART_to_SPI_Master_Bridge.pdf.This demonstration application will bridge a VNC2 UART to the VNC2 SPI Master for controlling SPI slave devices. Data is transferrable in both directions.

The default SPI master parameters are SPI mode 0 with a 50kHz clock. Data will be sent MSB first.
The file may be used on 32, 48 or 64 pin packages.

also you should have a look at https://ftdichip.com/wp-content/uploads/2020/08/AN_142_Vinculum-II_Tool_Chain_Getting_Started_Guide.pdf.

all of our VNC2 documentation can be found on the product page, under the documents tab https://ftdichip.com/products/vnc2-48q1c/ .

Best Regards

FTDI Community
Logged