• Watch value edit / SWD
    Hi all, I was using a Ulink 2 probe with JTAG link with a STM32F103 based board and all was right Now I'm usign a STlink V2 probe with SWD link because my new board based on STM32F405 chip doesnt...
  • saving to memory
    i have a program that i have burned into my controller(p89v51rd2)... now it has a vb interface and it receives hex file character by char... i.e :120000000ab2345 it receives as : ,1,2,0......
  • how to change the port values
    in ARM , how can i change the values at the output pins? i.e.,in my program, i cant use the IOSET and IOCLR commands to change the values at the output pins bcoz the output in my program should change...
  • Memory Maps LOAD SAVE
    I am using a Dallas 390 in continous mode and I am trying to store configuration memory using the simulator LOAD and SAVE commands. To save the memory map I am using the following command SAVE bbram...
  • Saving values during debugging to a file
    Can I save values during debugging to a file. Like I have array of 10000 bytes which I want to analyse later on.