Part Number: TMS320F280040C-Q1 Other Parts Discussed in Thread: C2000WARE Hi experts,
LIN Slave mode was implemented without a bootloader using the link below.
https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers…
Part Number: TMS320F280040C-Q1 Tool/software: Hello, I am writing a slave board code that receives 8 bytes of data and transmits 8 bytes of data using LIN MODE. At first, communication was performed using the interrupt method using level0 and level1…
Part Number: TMS320F280040C-Q1 Tool/software: Hi
Our product use the F280040CPMQR's GPIO23 as the input logic signal as detecting the battery voltage too low or normal.
Normally , the GPIO23 shows 0V or 3.3V, as voltage low or normal.
However, there…
Part Number: TMS320F280040C-Q1 Hello,
I want to use only PWM2B and use PWM2A as an GPIO.
But if the pin 50 of PWM2A is set as GPIO and PWM2 is customized to use only PWM2B, the PWM2A channel still outputs the same PWM signal as PWM2B. Is there anything…
Part Number: TMS320F280040C-Q1 Hi,
I trying to send an uint16_t array trough SCI and I using the function: void SCI_writeCharArray ( uint32_t base , const uint16_t *const array , uint16_t length ) from driverlib but the problem is that only send data with the…
Part Number: TMS320F280040C-Q1
Hello,
The board and MCU is supplied by AC power supply with a 5V regulator.
When using AC power to supply the board, the program is stuck at the very beginning of board init. By running the program below, the signal on…
Part Number: TMS320F280040C-Q1 Part number : F280040CPMQ
Phenomenon : MCU element fault (Under-Voltage, Short-Circuit)
Quantity : 23EA (I already send 1ea at Feb, 9, 2023)
Client : Myunghwa Industrial Company (Seungwan Lee, Manager of QA team at MIC) …
Part Number: TMS320F280040C-Q1 Other Parts Discussed in Thread: SYSCONFIG
Hello,
Originally a pin is configured as GPIO in syscfg file.
If I don't want to change syscfg file, is there any function I can use to change that pin to PWM output after Board_init…
Part Number: TMS320F280040C-Q1 Hello Champs.
I want to read the flash area of the controller secured through DCSM.
Here's what I've checked so far:
1. To connect the debugger, enter waiting mode. As a result, access was not possible as shown below…
Part Number: TMS320F280040C-Q1 Other Parts Discussed in Thread: UNIFLASH , Hello all,
we have embedded a JTAG-lock functionality into our bootloader that which should prevent MCU access via JTAG when software is flashed/updated via CAN (happens in production…