Part Number: LAUNCHCC3220MODASF Hello everyone,
where can I set in CCS whether the project uses RAM-Based Peripheral Driver Library or ROM-Based Peripheral Driver Library? The manual CC32xx ROM services mentions the global preprocessor define USE_CC3220_ROM_DRV_API…
Part Number: LAUNCHCC3220MODASF Hello everyone,
Although the memory location starting at address 0 is not mentioned in the link command file of the application, some corresponding entries appear in the map file. 00000000 __ASM__ 00000001 xdc_rov_runtim…
Part Number: LAUNCHCC3220MODASF Other Parts Discussed in Thread: SYSCONFIG Hello I am using LAUNCH3220MODASF launchpad and ccs version 12.0. When I trying to build mqtt_client example get following errors . I am importing mqtt_clientexample code via…
Part Number: LAUNCHCC3220MODASF Other Parts Discussed in Thread: SYSCONFIG hi I am working with simplelink_cc32xx_sdk_4_10_00_07 and ccs version 12.0. Trying to setup a modbus (rs-485) code uart write function was successful but my code is stuck on uart…
Part Number: LAUNCHCC3220MODASF Hi,
We use external RTC ds3231 to get date and time. We are using default I2c library ti/drivers/I2C.c but while writing timing to DS3231 I experienced I2C transfer failed. If I connect DS3231 to esp32 it works.
Procedures…
Hi,
As mentioned, you can go error by error and resolve manually but you can also use one of the existing projects that works and replace the existing source files with the ones from the plugin. It is required to do some manual integration but since the…
Part Number: LAUNCHCC3220MODASF hi, I am testing the mqtt_client_over_tls example code to publish a dummy message to our Azure cloud platform, for which I add "DigiCertAssuredIDRootG2.crt.pem" to the user file and change the global variables…
Part Number: LAUNCHCC3220MODASF Hello TI Community,
.
I am currently working on a project to integrate Modbus communication into a CC3220MODASF and transmit sensor data to Azure Cloud. I am using an SD card over spi protocol to store the sensor data and…