33664 Implementation with Arduino

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

33664 Implementation with Arduino

1,298 Views
Kyle4
Contributor I

I am using an Arduino nano esp32 as a microcontroller for my 33664. The schematic is as follows:

Kyle4_0-1702534337194.png

I typically use the SPI.h library for SPI communication with arduino devices, but obviously I cannot use that library in this instance as the implementation here is DUAL-SPI rather than regular SPI. I have looked into the SPI.h library itself to understand the functions so that I can write a custom driver but I am lost as to how I can implement my own functions properly. This is the implementation which I am trying to achieve:

Kyle4_0-1702533766229.png

I've read through the lengthy documentation for both of these chips but I am still empty handed as far as code implementation for the micro-controller. I would greatly appreciate any advice / insight to my issue. 

Thank you

0 Kudos
Reply
2 Replies

1,278 Views
guoweisun
NXP TechSupport
NXP TechSupport

We have software for reference you can download:

BCC SW Driver Package for MC33771C and MC33772C(Lite Version) (nxp.com)

0 Kudos
Reply

1,183 Views
Kyle4
Contributor I

Thank you for the response. Do you have any software references for the microcontroller implementation? Since the MCU connects to the 33664 through dual-SPI, which connects to the 33771 through TPL, I need to know what SPI messages to send and expect back from the 33664/33771.