spi realtime

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

spi realtime

跳至解决方案
992 次查看
wonhyukkwon
Contributor I

Hi.

 

I'm using MWCT1003A chip which connected by slave spi in my board system.

 

I have something problem so i want see MWCT1003A's SPI data in realtime.

 

Is it possible? If possible how do that?

标签 (1)
0 项奖励
回复
1 解答
883 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello wonhyuk

CodeWarrior does not support for viewing the register or variables in real time on DSC platform.  A workaround is to read the SPI data from register and save it to global variable every time the SPI data register is updated.  Then show the global variable in FreeMaster.  FreeMaster can be downloaded from:

FreeMASTER Run-Time Debugging Tool|NXP

Best Regards

Fiona Kuang

TIC - Technical Information Center

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
884 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello wonhyuk

CodeWarrior does not support for viewing the register or variables in real time on DSC platform.  A workaround is to read the SPI data from register and save it to global variable every time the SPI data register is updated.  Then show the global variable in FreeMaster.  FreeMaster can be downloaded from:

FreeMASTER Run-Time Debugging Tool|NXP

Best Regards

Fiona Kuang

TIC - Technical Information Center

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复