Hello!
My board is MC56F8346EVM.I want to receive data from sensor by SPI and show them on PC.So I plan to add PC_Master module into my program.
First, I built a example program provided by CW_56800E V8.0.NEW-Processor Expert Examples Stationery-Tools-PC_Master-56F8357(there is not one about 56F8346).I make and debug the built program and it worked .I open "FreeMaster" and add the pmp files which the program generated.
when I write the same program (I copied it) about PC_Master on 56F8346,the program can make and debug,but there is not pmp files ,so I do not know how to show datas on FreeMaster.
56F8357 generated files :bin,code,DOC,PC_Master,PC_Master_ex_Data,startup,and so on.
56F8346 generated files :code,DOC,output,PC_Master_test_data,startup,and so on.
I am looking forward to your reply.Thank you!