If you have 16 bytes to transmit, canTransmit() should be called twice:
D_COUNT = 2;
uint8 tx_data[D_COUNT][8] = {... ...};
uint8 *tx_ptr = &tx_data[0][0];
/** - starting transmission */ for(cnt=0;cnt<D_COUNT;cnt++) { canTransmit(canREG1, canMESSAGE_BOX1…
Part Number: TMS570LS0432 Hi,
Customer saw the zip in the previous thread and would like to request if the team can provide the 1738.SPI_EPROM_1224PGE.ZIP (Tried to looked into the file but once clicked it gives a message ""You do not have permission…
Hi Kuanlei,
This example was developed by BMS team. You can get help more information from this forum:
https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum
Part Number: TMS570LS0432 Other Parts Discussed in Thread: BQ76PL455EVM , Hi,
I am trying to program the TMS570432 Launchpad with the sample code provided by TI to work with the BQ76PL455EVM.
I see the "NOTE: Make sure that the resistor R8 is removed on…
Part Number: TMS570LS0432 Other Parts Discussed in Thread: TMS320F28379D Hello to TI community
I have successfully implemented the CAN communication program and verified the data in PCAN view on my desktop for both the MCU TMS570LS004 and T…
I set the bFrame in the watch window but almost value is 0.I need to watch the battery voltage in the bFrame format is sixteen bits.
I set the read command and set the Interrupt to the bFrame
Part Number: TMS570LS0432 Other Parts Discussed in Thread: TMS570LS3137 , , HALCOGEN Hii,
I have developed a project which supports TMS570LS3137 micro controller. Now, I want to change that project to support TMS570LS0432 model.
Is that possible ? If…
Part Number: TMS570LS0432 Other Parts Discussed in Thread: TMDSEMU110-U , MSP-FET Hi,
We have brought the TMS570LD0432 MCU.
Have some doubts regarding, embedding the program into the chip.
Do we essentially need and USB to JTAG Emulator to embed the program…