Hi,
The TFT (Application) Kits include the TLF35584 Safety Micro Power Supply. A feature of the TLF is that there is a watchdog which should be serviced by software running on the AURIX via the SPI connection. The demo code supplied with the kit included this code, but your code does not. There are three ways to solve this problem.
You can add the code to your project to service (or disable) the watchdog feature of the TLF35584
If you are using a debugger, you can add a script that runs when the debugger resets the AURIX and disables the watchdog.
You can modify the hardware to disable the watchdog by pulling the TM pin of the TLF35584 high. There are pull up and pull down resistors on this pin in the hardware, by default the pull down is fitted, this can be removed and a pull up resistor added.
Attachment 4110
The TFT (Application) Kits include the TLF35584 Safety Micro Power Supply. A feature of the TLF is that there is a watchdog which should be serviced by software running on the AURIX via the SPI connection. The demo code supplied with the kit included this code, but your code does not. There are three ways to solve this problem.
You can add the code to your project to service (or disable) the watchdog feature of the TLF35584
If you are using a debugger, you can add a script that runs when the debugger resets the AURIX and disables the watchdog.
You can modify the hardware to disable the watchdog by pulling the TM pin of the TLF35584 high. There are pull up and pull down resistors on this pin in the hardware, by default the pull down is fitted, this can be removed and a pull up resistor added.
Attachment 4110