Part Number: CC2340R5 Other Parts Discussed in Thread: SYSCONFIG , Tool/software: Dear team
I'm working with the CC2340R5 using SDK 8.40 and IDE 12.8.
I'm trying to change the device’s MAC address during a firmware update.
I tried using SysConfig…
Hi Jan,
I have shared my code of generating the random pins.
static void ProjectZero_processPairState(pzPairStateData_t *pPairData)
{
uint8_t state = pPairData->state;
uint8_t status = pPairData->status;
switch (state)
{
case GAPBOND_PAIRING_STATE_STARTED…
Hi Mehul,
The issue is most likely related to the way in which you are using SHA2_addData. I took an example from the TI Drivers Runtime APIs and did not experience problems coexisting with the second thread using AES CCM.
/*
* Copyright (c) 2017…
Mehul,
Thank you for providing your code and reproduction steps. I have been able to observe the issue from my side as well. The hash task appears to freeze upon startup about one in five times, although the occurrence is quite random. It seems that…
Hi Cherry,
I am not able to reproduce the issue you are seeing. Can you send me all the steps necessary?
I have tested the following:
1) Open CCS 9.1.0
2) Import the collector example for CC1310
3) Build the project. I have attached the map…
Hi Toby,
As an example, I'm pasting the .map file for the Persistent Application at the bottom of my reply (it is quite long).
So would I flash the .bin file to location 0x00034000 ?
(I'm not sure how to find the linker file)
************…
gPrevMenuItemEntry added in the struct CUI_menu_s.
The standalone gPrevMenuItemEntry is removed at all and replaced with gpCurrMenu->gPrevMenuItemEntry in the cui.c code.
cui.c
/******************************************************************…
So,when we flash .hex file into flash memory it is again converted into .bin file and than it is used by microcontroller . right ? I have attached the .map can you please have a look.
****************************************************************…