Other Parts Discussed in Thread: CC2650
Hello,
I am trying to figure out what has gone wrong with my sensor tag project.
I currently has modified the SensorTag project with some custom code (Setting the default channel, new endpoint etc.)
Now I have it working on the sensor tag. But when I change the compiler options to run on a 5x5 CC2650 (which is the footprint that we have in our product).
I have changed the compiler options to use the 5x5 settings that are defined in the Macs.h.
Now the issue I suspect I'm having is unrelated to this (as I have tried changing the pins back to the 7x7 config on the 5x5 board and I still get the same issue).
I am able to flash the chip, but I don't see any beacon requests coming out of it as expected. And when I try to debug it I get this issue:
"Failed to halt after bootloader 1. Session aborted!"
So far I have been unable to find anything that's wrong or why this might be the case.