How to communicate with MC33771C with FRDM33664BEVB?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to communicate with MC33771C with FRDM33664BEVB?

795件の閲覧回数
KCYang
Contributor I

Hi, 

I was working on single MC33771C TPL version with FRDM33664BEVB, I cannot wake up the MC33771C and get any response with MC33771C, here is my procedure performed by MCU:

CSB(0);

wait(20us);

CSB(1);

wait(600us);

CSB(0);

wait(20us);

CSB(1);

wait(1000us);

global_write(SYS_CFG1, SW_RESET);

write(CID_0, INIT, CID_1);

read(CID_1, INIT);

I got all signals on oscilloscope except for the response from MC33771C and the wave form generated by FRDM33664BEVB is sinusoidal, not square wave.

Is there something wrong with my procedure or it is just won't work with this wave form?

Best Regards.#

ラベル(1)
0 件の賞賛
返信
1 返信

735件の閲覧回数
guoweisun
NXP TechSupport
NXP TechSupport

You can try to download the software code example for reference:

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

0 件の賞賛
返信