33664 Implementation with Arduino

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

33664 Implementation with Arduino

1,302 次查看
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 项奖励
回复
2 回复数

1,282 次查看
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 项奖励
回复

1,187 次查看
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.