This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'm trying to make LAUNCHXL-CC1352R1 as Wi-SUN Border Router.
I want to use below example of WiSUN Border Router with the LAUNCHXL-CC1352R1.
SDK: simplelink_cc13xx_cc26xx_sdk_6_41_00_17
example: simplelink_cc13xx_cc26xx_sdk_6_41_00_17\examples\rtos\LP_CC1312R7\ti_wisunfan\ns_br_src
When I load firmware it shows below error:
Cortex_M4_0: GEL Output: Memory Map Initialization Complete.
Cortex_M4_0: Device revision '0x2' unknown for selected target. Assuming latest known revision: Rev. 1.1.
Cortex_M4_0: GEL Output: Memory Map Initialization Complete.
Cortex_M4_0: GEL Output: Board Reset Complete.
Cortex_M4_0: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
Can anyone guide me how to make LAUNCHXL-CC1352R1 Border Router?
Hi Karun,
You need a 704Kb Flash device to run the border router example. These are CC1312R7, CC1352P7 devices.
You cannot flash the LP_CC1312R7 project on a CC1352R1 which only has 352KB of flash.
Please use a CC1312R7 launchpad for the project that you mention.
Regards,
Sid