esp32s2-cookbook icon indicating copy to clipboard operation
esp32s2-cookbook copied to clipboard

standalone programmer

Open phantomxe opened this issue 1 year ago • 0 comments

Is it possible to debug v003's without minichlink? I can write registers but I got problem when reading the registers like 0x04. I sent this commands before the reading. Is it ok?

  swio_write_reg_32(0x7e, 0x5AA50400);  
  swio_write_reg_32(0x7d, 0x5AA50400);  
  swio_write_reg_32(0x7d, 0x5AA50400);  
  swio_write_reg_32(0x10, 0x40000001);  
  swio_write_reg_32(0x18, 0x00000000); 

phantomxe avatar Dec 29 '23 15:12 phantomxe