This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Possible RTX 4.05 issue

Hello,

Has any of you experienced occasional RTX 4.05 startup failures (data aborts during task creation) ?

Thanks in advance

Parents
  • Tamir,

    I also have experienced data abort problems with RTX 4.05 and no problems with RTX 4.00. I think it is something to do with the new FIFO they have implemented, as I only get a data aborts when this is written to. (I have seen you had previous problem with this FIFO in another thread)

    I resolved my problem by locating this FIFO data in the internal RAM of a STR9, previously it was in our external PSRAM (along with the vast majority of our other data/variables).

    I have no idea if this is a RTX problem as their development board doesn't have PSRAM so I don't even know how to show Keil the problem, however I am suspicious it might be. All I can say is the PSRAM seems to work for everything else including RTX 4.00, even though this is not any kind of proof.

    Stuart.

Reply
  • Tamir,

    I also have experienced data abort problems with RTX 4.05 and no problems with RTX 4.00. I think it is something to do with the new FIFO they have implemented, as I only get a data aborts when this is written to. (I have seen you had previous problem with this FIFO in another thread)

    I resolved my problem by locating this FIFO data in the internal RAM of a STR9, previously it was in our external PSRAM (along with the vast majority of our other data/variables).

    I have no idea if this is a RTX problem as their development board doesn't have PSRAM so I don't even know how to show Keil the problem, however I am suspicious it might be. All I can say is the PSRAM seems to work for everything else including RTX 4.00, even though this is not any kind of proof.

    Stuart.

Children