Part Number: TMS570LS1224 I need to Bring up the plain SCI (not Lin SCI) up, for printing debugging prints to Serial terminal.
Can i get a step to step guide, how to configure in Halogen or any working example will do.
I see examples given only for SCI…
Part Number: TMS570LS1224 Hi,
I'm working on BMS project and using TMS570 MCU for this project.
I want to know is there any demo firmware available for Safety and security library
please share any help full link for the same
thanks
Hi Eun Kyu,
I understood the behavior why 3rd and 4th virtual sectors is not utilizing after first iteration. Here is the explanation
Once the writing block size greater than the current virtual sector size then we are using the function "TI_FeeInternal_FindNextVirtualSector…
Part Number: TMS570LS1224 Other Parts Discussed in Thread: HALCOGEN I'm using TMS570LS1224 Launchpad EV board, during my debug i need to print some 32 bits of data either on UART or Terminal I/o
For this i'm using printf() and included <stdio.h>…
Part Number: TMS570LS1224 How to configure N2HET1[13]/SCITX as UART Transmit Pin?
I need to transmit 4 bytes of data, So using below API
void sciSend(sciBASE_t *sci, uint32 length, uint8 * data)
What is the N2HET1[13]/SCITX as UART base address of Module…
Hi Youda,
I understood what is happening and why you are getting that extra glitch in the waveform.
To understand this i did 3 captures.
1. Without out deadband:
I just commented out the calling of the function "adc_eoc_update_pwm" in adc1Group0Interrupt…
Part Number: TMS570LS1224 Hi,
i´m working with TMS750LS1224 hercules launchpad, and i would like to know if is there a function like HAL_Dalay(ms) that can be used?
And if exist, this work when using the freeRTOS?
Thanks!
Part Number: TMS570LS1224 Other Parts Discussed in Thread: BQ79616 , Hi, i´m working with the BQ79616 and TMS570LS1224 and when using the sample code everything works properly, but when i tried to use the FreeRTOS the SCI notification is never set.…
Part Number: TMS570LS1224 Other Parts Discussed in Thread: HALCOGEN , I've made a program for blinking an LED on the TMS570LS1224 launchpad in CCS 11.0. I've generated the .het driver code from HALCoGen and edited them in CCS. But I'm getting these errors…
Part Number: TMS570LS1224 I am new to CCS and TI MCU. I proceeded as follows, but a compilation error occurs. I'd like to know the cause. Thank you for your reply.
1. Made project SafeTILib
2. Set config Debug_TMS570LS12_BE [Active]
3. Rebuild project…