SN8205 Scan application Problem

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello,

I have purchased SN8205 module and I can successfully download Scan application into SN8205 module using JTAG Olimex programmer as well as SN8200 Evolution board. I am using Wiced SDK version 2.4.1. I am using below make target.

1) JTAG Olimex programmer:

     - snip.scan-SN8205x-debug JTAG=Olimex_ARM-USB-TINY-H download run

     - snip.scan-SN8205x JTAG=Olimex_ARM-USB-TINY-H download run

2) SN8200 Evolution Board

     - snip.scan-SN8205x download run

Now problem is scan application couldn't start to execute and also couldn't receive debug prints over UART. By debugging this issue I found that program is stuck in "Wiced/platform/common/ARM_cortex_M3/STM32F2xx/stm32fxx_platform.c" file with below line.

     "while ( RCC_GetFlagStatus( RCC_FLAG_PLLRDY ) == RESET )

         {

         }"

I couldn't understand why program is stuck at this line. Please help me to understand this issue.

It would be appreciated if I get any kind of suggestion for this.

Thanks,

Nipam

0 Likes
3 Replies