Script Language

items
For API function APISetBreakpoint, as a parameters, I can set type of break point, and the address. Can I set also value of AUX lines, like it is possible in the WinIdea, when setting trigger points?
How can I dump a register value into a variable?
How can I dump an address segment content into a variable? The APIRead Memory only fetches the value to the output window.
How can I stop the code execution using Script language?
How can the APIEvaluate be used to read a register content, as expressed by the example?
I tried APIModify1 to change the register values but it only works if the CPU is not running.
Is APIReadMEmory function limited in any way? We would like to verify 64kB buffer, therefore we have to read a whole buffer.
Using your tool we'd like to program flash parts on the assembly line. Apparently, your setup requires a computer. Is there a way to automate that function? In other words, if we write some code to detect a board is in place and ready to be programmed, c
When I'm using API function APIEvaluate1 (Iint iAccessMethod, string strExpression), without any problem I can store memory value, from the address 0x6000, in the script variable, with the next expression: aux1=APIEvaluate1(0,":0x6000"); but if I have an
When it says strExpression for APIEvaluate or elsewhere, what is this? Any C expression or statement? What if I include a conditional statement, the function return is the satisfaction of the condition? It seems it accepts any string when only returning
With APIEvaluate1, it is possible to read memory but only byte by byte and it is not possible to define length and also offset like with APIWriteMemory, e.g. APIWriteMemory(0,addr+0x1556, 0x00AA,2); It could be good to have the same solution for Read mem


Site Map | Powered by Impressum.