-
I am trying to load the bootloader to cc1352, if I erase completely with uniflash I can program the new firmware, but once with the new firmware I can't reload other firmware
Thanks
-
BeagleConnect project has a fork of cc2538-bsl called "cc1352-flasher" written by @jadonk and they added a few improvements:
https://openbeagle.org/beagleconnect/cc1352-flasher
https://git.beagl…
Hedda updated
3 months ago
-
### Description of the issue
1.42.0-1 not starting.. Installed everything from scratch (removed z2mqtt, delete the folder from home assistant). I have the same error.
### Addon version
1.42.0-1
#…
-
2 separate USB enumeration profiles, with/without WPAN based on CC I2C commands
@statropy I'm confused how this would be done in time if board power is done over USB. Would/could the MSP430 trigger…
-
The very basic program displays `millis()` every 3 seconds.
```
void setup() {
Serial.begin(115000);
}
void loop() {
Serial.println(millis());
delay(3000);
}
```
**Strange result…
-
We're looking into using moving to Contiki for a product with the CC1352R on it. We currently use both BLE and SubGHz with TI's DMM functionality. Is this also possible in Contiki? We use BLE only for…
-
The same **Low Power Home Network Weather Monitoring** application on the [CC1350 SensorTag](https://embeddedcomputing.weebly.com/low-power-home-network-weather-monitoring.html) and the [CC1352 LPSTK]…
-
Request add ability to write IEEE address (i.e. option to add/change secondary EUI64 IEEE) with zigstar-cc2652-flasher add-ons.
Assume possible since based on [cc1352-flasher](https://git.beagleboa…
Hedda updated
8 months ago
-
Is the EasyLink library compatible with the CC1312 and CC1352 LaunchPads?
-
For projects involving multiple boards connected, _e.g._ radio on the CC1500 or the CC1352, how to select the board to upload the executable to?