I'm running the TRACE32 debugger on a tc27x Infineon CPU
I'm chasing a stack corruption, I know that some Task or ISR is overwriting a specific stack address with a wrong value. The address is 0x7000c0ec and the value is 0x41000000, I'd like to set a conditional breakpoint that only stops when someone performs a write operation in such address and with such or a greater value.
But I don't know the specific syntax to fill the Condition text box; from my gdb background I expected something like:
*(0x7000c0ec) == 0x41000000