KW40Z MyWirelessApp getting started tutorial, missing file??

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

KW40Z MyWirelessApp getting started tutorial, missing file??

ソリューションへジャンプ
1,627件の閲覧回数
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,344件の閲覧回数
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,345件の閲覧回数
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 件の賞賛
返信