Part Number: TMS320F280037C Other Parts Discussed in Thread: TMDSEMU110-U Tool/software: Hello experts, I have a question regarding our debug probe (emulator) that could suit the TMS320F2800037C device. I saw on the product's page that the TMDSEMU110-U…
Part Number: TMS320F280037C Tool/software: Hello,
I've been debugging our CAN application for a while because we encountered the following problem. In the communication loop, there is a bug that appears very rarely and totally random. It seems that one…
Part Number: TMS320F280037C Tool/software: I am writing 8 bytes to flash using flash API and trying to read them by deferencing the address as below:
#define BANK1_SECTOR4_START 0x94000ul //CALIBRATION parameters #define CALIB_PARA_SECTOR_ADDRESS BAN…
Part Number: TMS320F280037C Tool/software: Hi there,
I'm trying to use static_assert() in my code. When I add it and the assert expression is true, it works fine. When the expression is false, I get the error message:
error #95: the size of an array…
Part Number: TMS320F280037C Tool/software: When restarting or reprogramming my processor while in the debugger, existing breakpoints no longer work, they still appear in the Breakpoint window but execution does not stop. I must delete and reset the breakpoints…
Manohar,
Sorry for late reply.
Reddy manohar said: What value do you get when you try to get the reset reason the first time?
Reply: The value we are seeing via CAN is "3."
I am not clear on above observation. You should not get this value as…
It's the same project so these are probably related. I did not realize the other problem was related to breakpoints until I noticed clicking run did not restart code execution. I have a third conversation regarding debugging in the CLA that is also…