KW40Z MyWirelessApp getting started tutorial, missing file??

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

KW40Z MyWirelessApp getting started tutorial, missing file??

跳至解决方案
2,088 次查看
jooyounhong
Contributor I

I am following FRDM-KW40Z 802.15.4 getting started tutorial. When I flash the MyWirelessApp-FreeRTOS-Coordinator, "Get Alternative File" error message pops up. It says "Could not find the following source file: V:\_ConnSw_kdsk1.3\framework\SecLib\build\CryptoLib\src\SW_RNG.c" and TeraTerm doesn't display anything. I was trying to look for the file SW_RNG.c file from connectivity software kit, but I couldn't find. What am I missing??

标签 (3)
0 项奖励
回复
1 解答
1,805 次查看
EarlOrlando
Senior Contributor II

Hello,

You get a message window which says that the file SW_RNG.c can't be found, it is because some functionalities are only delivered in a library (i.e. you can't get its source code), IAR asks for this file to debug step by step what happens inside the library but, since this source file is not available you are not able to debug this section of code. Don't worry about it, it is normal, you should be able to run the application in your board.

About TeraTerm, please verify that you are selecting the correct COM port and that you have configured the baudrate to 115200 bauds/s (Setup > Serial Port... > Baud rate: 115200).

Best regards,

Earl.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,806 次查看
EarlOrlando
Senior Contributor II

Hello,

You get a message window which says that the file SW_RNG.c can't be found, it is because some functionalities are only delivered in a library (i.e. you can't get its source code), IAR asks for this file to debug step by step what happens inside the library but, since this source file is not available you are not able to debug this section of code. Don't worry about it, it is normal, you should be able to run the application in your board.

About TeraTerm, please verify that you are selecting the correct COM port and that you have configured the baudrate to 115200 bauds/s (Setup > Serial Port... > Baud rate: 115200).

Best regards,

Earl.

0 项奖励
回复