Tool/software: Code Composer Studio
Hello.
I have a custom board using the 4x4mm QFN version of CC2640R2F, which I try to debug through the XDS110 of the CC2640R1 launchpad. The following error message is displayed every time I attempt to flash the ble5_simple_peripheral demo project :
IcePick_C: Error connecting to the target: (Error -242 @ 0x0) A router subpath could not be accessed. The board configuration file is probably incorrect. (Emulation package 8.1.0.00005)
Everything works fine when I attempt to flash the device located onto the launchpad, so it most likely doesn't come from my computer.
Also, when I run a test connection on the .ccxml target config file, it works once after reset, but the subsequent tests will return the same error message, until next reset. This makes me think it is probably not a hardware problem.
I am using the RCOSC configuration and the CC2640R2DK_4XS board file provided by TI (at least I set CC2640R2DK_4XS in the build predefined symbols, if there is something more to do to use the file, please tell me).
Most topic about this same error message speak of a problem occurring from time to time, or were caused by hardware problems, so I could not find any helpful information.
I guess the problem is somewhere in the board configuration firmware, but I don't know what it could be exactly, so my question is where should I look, or what should I try to change from the demo project?
Thank you.