Part Number: TMS320F280048C-Q1 Other Parts Discussed in Thread: C2000WARE Tool/software: Hi experts,
My customer is using I2C to read data from eeprom. Some times the F280049 (master-receiver) can not generate stop condition.
below waveform is captured…
Part Number: TMS320F280048C-Q1 Error connecting to the target: (Error -183 @ 0x0) The controller has detected a cable break far-from itself. The user must connect the cable/pod to the target. (Emulation package 9.13.0.00201)
got this error , i'm using…
Part Number: TMS320F280048C-Q1 Hello,
I use internal OSC (INTOSC2) for F280048C-Q1 and F280021-Q1 as each oscillator with SCI as info link. Both MCU mounted on one PCB with assumption of similar temperature. I f MCU work with temperature -40C to 125C…
Part Number: TMS320F280048C-Q1 What is typical ADC bias current from microcontroller? My measurement is about 1uA. It seem on high side to me but I cannot find out what will be typical spec and range with temperature.
Here is my setup:
R58 is 53…
Part Number: TMS320F280048C-Q1 I'm trying to set the F28004x in HALT mode for lowest power consumption, here is following code for enter HALT, but it cannot acthived the current as data sheet:
EALLOW; ClkCfgRegs.CLKSRCCTL1.bit.OSCCLKSRCSEL = 2; // use…
Part Number: TMS320F280048C-Q1 Other Parts Discussed in Thread: UNIFLASH , SYSCONFIG Dear Experts,
I am very new to DCSM and I wanted to lock my MCU so others can not read its memory.
in order to try this feature, I changed one bit in the password…
Part Number: TMS320F280048C-Q1 Hello experts,
I am using IntPnd to make sure my message has been sent.
When I enable TxIE, IntPnd gets set but how can I clear it for the next message that I am sending?
Part Number: TMS320F280048C-Q1 Other Parts Discussed in Thread: SYSCONFIG , C2000WARE Hi Experts,
In my code, I am enabling XINT1 inside XINT5 ISR and I want to enter the XINT1 ISR before exiting XINT5 ISR, which has a higher priority and should not…
Hi Vasudha,
Vasudha Bhadoria said: Have you tried running any of the C2000Ware SDFM examples ?
I've tried sdfm_ex1_filter_sync_cpuread. I am reading some data but since I am new to SDFM, I am changing different parts of the code to figure out its…
Part Number: TMS320F280048C-Q1 Other Parts Discussed in Thread: C2000WARE Hi Team,
My customer is evaluating F280049C Launchpad for one the applications and need to use peripherals like SPI-A, SPI-B, SCI-A, SCI-B etc along with some preprocessing and…