Part Number: TMS320F28069
Hi Team,
I sent the interruption code:
To be compatible with 2 SCI ports, the sciNo set a variable listed as follows:
#define SCI_FIFO_CHAR_NUM 1
if (SCI_TX_Len_Remained[sciNo] >= SCI_FIFO_CHAR_NUM)
{
while…
Part Number: TMS320F28069
Hi expert,
I have a customer using F28069. They found if they clear CAP interrupt in different order, it will face different result.
and they want to know the reason.
ECAP is configure as both rising edge and falling…
Part Number: TMS320F28069 Other Parts Discussed in Thread: C2000WARE
Hi team,
I'm trying to help my customer to do first steps in model based design with MATLAB/Simulink and C2000. The customer made some basic operations like LEDs, ADCs, PWMs. …
Part Number: TMS320F28069 Hi expert,
Just want to know if we configure GPIO as output and disable pull up.
how about the output status?
From the datasheet, I think it is high Impedance for both input and output. am I right?
BR
Emma
Part Number: TMS320F28069 Other Parts Discussed in Thread: POWERSUITE , SFRA Hi Team,
Now I am working on an asynchronous boost circuit with 28069 as the core. The software is transplanted with the powerSUITE 2 Phase Interleaved PFC Kit on the official…
Part Number: TMS320F28069 My understanding is that in High-resolution capture mode for TMS320x2806x, one HRCAP module which is connected to the HRCAP Calibration input is not available to capture pulse widths during calibration.
on Page 414 in the document…
Part Number: TMS320F28069 Other Parts Discussed in Thread: C2000WARE , CONTROLSUITE I am Working on HRCAP Type 0, On Using the functions; PeriodWidthRise0(), LowPulseWidth0(), HighPulseWidth0() and even after including the header "HCCal_Type0_V1.h", and…
Part Number: TMS320F28069 Other Parts Discussed in Thread: C2000WARE
Hello,
we are developing a GUI application on Windows in 64 Bit which is supposed to communicate with a microcontroller via USB 2.0 using C++ in Visual Studio 2022. We have previously…
Part Number: TMS320F28069 Hello
I've ran into same issue as discussed in https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/993246/tms320f28069-iqdiv-always-gives-the-same-result
I use CCS…
Part Number: TMS320F28069 Other Parts Discussed in Thread: C2000WARE Hi,
I Am Working on TMS320F28069 Experimenters Kit ,Every Thing Is Working Fine Now I Am Planing to Test My Project on Field .
So, What Changes I have to do so That It Can Run in…