This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS1227: Where is the RTI DWD in the TMS570LS1227 Halcogen?

Part Number: TMS570LS1227
Other Parts Discussed in Thread: HALCOGEN

Hi,

I am looking for the DWD settings in halcogen.   The RTI tab does not seem to have those settings like other processors I found here in the forum.   Where can I set the initial DWD registers?

Regards,

  • Hello Hagen,

    The HALCoGen GUI doesn't contain the DWD settings. The rti.c does include the functions for using the DWD:

    • void dwdInit(uint16 dwdPreload);
    • void dwwdInit(dwwdReaction_t Reaction, uint16 dwdPreload, dwwdWindowSize_t Window_Size);
    • uint32 dwwdGetCurrentDownCounter(void);
    • void dwdCounterEnable(void);
    • void dwdSetPreload(uint16 dwdPreload);
    • void dwdReset(void);
    • void dwdGenerateSysReset(void);

  • Hi,

    thanks for confirming that it is missing in the halcogen software.

    We had seen the functions in the rti.c.

    Regards,