Part Number: HALCOGEN Tool/software: Hello,
Is there a Halogen equivalent or Halogen itself available for Mac OS on M series processors. Kindly confirm.
Thanks.
Part Number: TMS570LS3137 Other Parts Discussed in Thread: HALCOGEN ,
Tool/software:
I've been experimenting with the MPU background region and have noticed that calling HALcoGen's _mpuEnableBackgroundRegion_() function from sys_mpu.asm seems t…
Hi Andrew,
*RM48x Microcontroller (Rev. G) (ti.com)
According to errata the power domain-2 (PD-2), should not disabled, if it disabled and any warm reset occurs then core will be halted.
And if we verify above unit test cases, they involve the PD-2 disabling…
Part Number: TMS570LS3137 Other Parts Discussed in Thread: HALCOGEN Tool/software: On the spiTransmitData function in the spi.c file, there's this check to see if the transmission has occured:
/*SAFETYMCUSW 28 D MR:NA <APPROVED> "Hardware status…
Part Number: TMS570LS1227 Other Parts Discussed in Thread: HALCOGEN , Tool/software: Hello everyone,
I am starting a new project with the TMS570LS12x microcontroller series and would like some guidance on setting up and working with this platform. I’m…
Part Number: TMS570LS3137 Other Parts Discussed in Thread: HALCOGEN Tool/software: Hello,
I am using the following settings in HalCoGen for the ADC2 of my TMS570LS3137 MCU:
(The event group and group 2 are not used).
My understanding is that after starting…
Part Number: TMS570LS1224 Tool/software: I want to communicate data using 2 TMS570LS1224 cards. First of all, the number I send from the keyboard will go to the first card via i2c communication. Then, data will be transferred from the first card to the…
Hi Manoraj,
Manoraj Selvaraj said: but there is a limitation in the slave device that
To read complete FIFO, i need to read 7 register individually for number of configured sampling.
I am not aware of this slave device completely.
If there is a limitation…
Part Number: TMS570LC4357 Other Parts Discussed in Thread: HALCOGEN
Tool/software:
In the Halcogen I2C driver code, i2cSend()
void i2cSend(i2cBASE_t *i2c, uint32 length, uint8 * data)
{
uint32 index = i2c == i2cREG1 ? 0U : 1U;
/* USER CODE BEGIN…