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.

RTOS/IWR1642BOOST: ti.sysbios.hal.Hwi: line 202: E_stackOverflow: ISR stack overflow.

Part Number: IWR1642BOOST


Tool/software: TI-RTOS

Below is a detailed look of the call stack.  If it helps, my program consists of running an UART.  

 

It is my config.


 

I need your expert advice on how to solve this problem. I atteched my project.

 

uart_test.zip

  • Hello Anton,

    mmWave SDK comes with an example test project for the UART driver. Please start with it as a working reference. After installing the SDK the project is located at the following path. Please note there is a subdirectory for 14xx and one for 16xx.

    C:\ti\mmwave_sdk_<ver>\packages\ti\drivers\uart\test

    Regards,
    John
  • Thanks. I watched this project, but it don't work. And I would want to understand how working UART.
    Please help me. I only start to program this controller. I started a new my project, but even it not work. I include uart.h, dma.h, pinmux.h. Then I initialization this drivers, but UART not work (no open). (But DMA driver open). If need I can attache my new project.

    I need your expert advice on how to solve this problem. I atteched my project. 

  • Thanks. I watched this project, but it don't work. And I would want to understand how working UART.
    Please help me. I only start to program this controller. I started a new my project, but even it not work. I include uart.h, dma.h, pinmux.h. Then I initialization this drivers, but UART not work (no open). (But DMA driver open). If need I can attache my new project.
  • I fix this problem. I created new project and turn on flag on the picture and adding 3 line (on the picture).