Hi,
I have been stuck on this problem for a couple of days now. I am trying to flash the timed_led_blink example from TI through SCI to my F28069M on a custom board. I have made shure and controlled that when I boot the chip…
Hi,
I have been stuck on this problem for a couple of days now. I am trying to flash the timed_led_blink example from TI through SCI to my F28069M on a custom board. I have made shure and controlled that when I boot the chip…
hello
i am using ccs software to program dk-tm4c129x to upload image in display .and i am uisng gimp software to convert pnm to c (software define in your data sheet SW-TM4C-GRL-UG-2.2.0.295.pdf page no 256 )
C:/ti…
void scd30_read(float* scd30_co2, float* scd30_T, float* scd30_RH)
{
uint8_t txBuffer[2];
uint8_t rxBuffer[18];
unsigned int tempU32;
// send command…Hello,
I am currently working on a project involving a TMS320 Micro-controller and our team has to provide evidence to the customer that our code complies to the MISRA-C:2004 "Required" rule set.
We use the analysis…
Hello,
I'm trying to create a function call with return pointer.
CCS X compiles it, but with a warning. The code works fine, returning the correct value.
Any suggestion that will allow eliminate the warning would be appreciated…
We interfaced the MSP432E401Y with a GPS module. We need to periodically synchronize the RTC clock with GPS (with GPS PPS interrupts) down to millisecond resolution. We configured RTC to RTC CALENDAR mode. Based on Peripheral Driver…
Hello,
we are use MISRA-C with TM4C123GH6PM and we get
#1376-D (MISRA-C:2004 1.1/R) Ensure strict ANSI C mode (-ps) is enabled
the warning.
what is the meaning of it ? and how can we solve the warning.
This is regarding the C2000 C compiler:
When the compiler is upgraded, is the compiler/inker generated variable map will maintain the order as previous version?
Or is there a compiler/linker option to keep the variable order…
Dear Champs,
I am asking this for our customer.
The user wants to write assembly in the same C/CLA files and call from C/CLA and need us to clarify.
1. Assembly embedded in the same C file
We should be able to use this kind…
Part Number: MSP430FR2433
Hi E2E,
I am having power consumption problems in my microcontroller. I think the cause of the problem is the pin configuration because depending on how I configure it, it consumes more or less. How should I configure the pins…
Hello everyone,
These past days i have been looking for a way to efficiently implement matrix multiplications on a MSP430FR5969 MCU withouth wasting too much computing power and also mantaining a low power consumption. So looking…
Hi E2E,
I have a problem with my code which is that when it enters LPM3 it consumes more than it should. As I understand it, if everything is ok, in LPM3 using ACLK, it should consume…
I am having power consumption problems and I think it is because of the pin configuration. I have pins configured as output but when debugging, it appears that the input of those…
I am connecting Signal generator on ADC pin and giving a sine wave through signal generator. How can i achieve the same waveform that i am giving through signal generator on my DAC basically…
Hi,
I am looking for demo code for UDP. I found this link in the forum, but unfortunately the link is broken.
http://processors.wiki.ti.com/index.php/HALCoGen_Ethernet_Driver_and_lwIP_Integration_Demonstration
Basically, I would…
Hi,
My project is running on ccs 10.3.1,
Suddenly I am getting this error,
fatal error #16000: object files have incompatible formats
("C:/ti/ccs1031/ccs/tools/compiler/ti-cgt-c2000_20…Hello, I would like to solve a problem I have with the consumption of the MSP430FR2433 microcontroller. My program consumes more than it should, when it enters LPM3 should consume 15uA using ACLK and I consume 115uA, that is…
Hi guys,
I am trying to transfer the Mac Address of one cc1310 to another using RF signal along with other useful data, any suggestion to approach this?
Thanks and regards
Antony
Hi,
Currently I am using the TI_Azure SDK (azure_cc32xx_4_10_01_01). Ti Host driver version (Host Driver Version: 3.0.1.61)
Hi all,
I am working on i2c master communication on MSP430. The problem is, the ISR is never called, even though, it should be enabled when I set UCB1IE |= (UCTXIE0 | UCRXIE0 | UCNACKIE | UCALIE).
Since inserting code to this…
Hello Community,
I am working on a CC1252P ZNP device with raspberry pi & ZNP-Host-Framework Application.
I am able to communicate successfully with the CC1352P ZNP device over UART communication.
Now, I would like to secure the…
Hello,
While building my project, I am getting the error shown in the picture below.


I couldn't solve this problem, how can we solve the problem?
My CCS version is 9.3.0.00012…
i am using two tiva board of tm4c1294 and can bus ic i am working on can bus protocol i need to reference how can communication with two board with udma mode
Hi guys,
I am trying to implement millis() function from Arduino. What it does, it counts number of milliseconds since the program started and returns it.
What I have so far is a Timer A3, sourced from SMCLK in UP mode: Gis…