Part Number: CC3220SF-LAUNCHXL Other Parts Discussed in Thread: CC3220SF
Hi
I am able to build demo example like mqtt_client (from rtos) .
But when I am trying to build cc3220sf nortos - cloud_ota example demo project, the following…
Hi Gary,
thanks for your reply. I made some further investigations and found that:
- just before entering LPM4.5 I had to use 'BIS #GIE+CPUOFF+OSCOFF+SCG0+SCG1, SR' instead of 'BIS #CPUOFF+OSCOFF+SCG0+SCG1, SR' in order to clear any unwanted pending…
I tried building library and getting this error:
D:\ti\simplelink_cc32xx_sdk_4_10_00_07\source\ti\net>d:\ti\xdctools_3_61_00_16_core\gmake.exe building packages ... xdctools_3_61_00_16_core\gmake.exe: *** [d:/ti/xdctools_3_61_00_16_core\packages\xdc…
Hi,
The issue seems to be caused by the IAR version used.In other words, the workaround/solutions recommended for Z-stack will work for BLE-stack.
You should try to contact IAR to get IAR 10.30 (see 2nd link) or try to add the define values mentioned…
Part Number: CC3235MODASF Other Parts Discussed in Thread: CC3235SF , SYSCONFIG Hi,
Install sdk simplelink_cc32xx_sdk_5_10_00_02 & IAR ARM 9.10.1 compiler.
i already added Configure Custom Argument Variables in Tools -> Configure Custom Argument Variables…
Part Number: CC2340R5 Dear,
I have this trace in IAR:
Building configuration: basic_ble_LP_EM_CC2340R5_freertos_iar - Release Updating build tree... app_central.c Error[Ta105]: Multiple cpu modes specified Error while running C/C++ Compiler…
Hi Antony,
Based on the API guide description you are targeting the correct parameter and using the correct function.
Do you see the SAPH.ATM_E.TimeMarkE value updating when you call this function? When running in Debug mode in CCS or IAR you can…
Other Parts Discussed in Thread: UNIFLASH I'm trying to flash and debug an old firmware and board.
The debugger I'm trying to use is MSP-FET430UIF, "V 1.4a" with the serial number 10086551309R . The unit is a gray debugger.
When I try to use the…
Part Number: TMDSEMU110-U Other Parts Discussed in Thread: RM48L952 , HALCOGEN Hello.
I can't find the correct forum for this question so I'm putting this here.
It seems my XDS110 debug probe is bricked.
I am using mcu RM48L952 and was trying…
Part Number: CC2640R2F Hi
I am able to compile simple central example given in sdk version simplelink_cc2640r2_sdk_4_20_00_04.
I am able to compile on IAR.
Now i am trying to compile on VS Code using IAR extension.
Below error is coming while…