Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN
Upgraded to HALCoGen v 04.07.01
- HALCoGen adds Carriage-Return to Line Endings
When I do a "git diff" on the *.dil file, git reports several changed lines where
the only change is that a "Carriage-Return" is added to the line.
You do not want such changes.
- There is no way to comment away complete functions.
I might want to replace a function in the generated code with something else.
For this, I need to be able to comment away the complete function.
There should be a user comment block between each function in the generated code.
If I define the part to use FTCA interrupt, an interrupt routine is created in HL_sys_dma.c
I would like to be able to comment that away with
/* USER CODE 41 */
#if 0
/* END USER CODE */
void FTCAIRQ(void)
{
}
/* USER CODE 41 */
#endif
/* END USER CODE */
Then I want to define the FTCAIRQ in another file.
BR
Ulf
