Other Parts Discussed in Thread: LAUNCHXL-CC26X2R1,
Hi,
I have designed a custom board around CC2652R1F chip , please see the schematic :
Issue Description:
When I upload the example sketch (Project Zero from SimpleLink™ CC13x2 and CC26x2 software development kit) ,it uploads successfully with following messages on Console:
Cortex_M4_0: GEL Output: Memory Map Initialization Complete.
Cortex_M4_0: GEL Output: Board Reset Complete.
But after uploading the code successfully, Play / Run button does not appears in CCS and break point does not reaches at Main function.
Also The TI Starter Phone App does not show anything in bluetooth scan., Upon probing the main 48MHz oscillator using Oscilloscope, I figured it out that it is not working (not oscillating) and no sine wave appears on any of the Oscillator pins (i.e. X48M_N/46 and X47M_P/47). But If i probe the Y2 oscillator pins of LAUNCHXL-CC26X2R1 Kit, then I can see 48MHz sine wave on both oscillator pins.
Initially I thought it maybe a bad crystal issue, So I removed the crystal from LAUNCHXL-CC26X2R1 kit and installed the crystal on my custom CC2652R board but still the issue remains same. That is no oscillation on Crystal pins and code does not work / runs.
However the same example code works fine on LAUNCHXL-CC26X2R1 Kit, but it does not works on my custom designed CC2652R board.
Voltages measured on my Board:
VDDS is 3.29V
VDDR is 1.67V
Manufactured Part Number on My Board:
Questions:
1. Is there any issue in my scheme ?
2. What maybe the reason that can prevent: 48MHz from oscillating ?
3. What maybe the reason that prevent code to reach main break point?
Regards,