• Reading .hex file
    Hi, I am a newbie. I want to read a .hex file written for Stm32f103c cortex m3. Is there any way to read ?
  • read and write a file
    hai i want to read & write .xml or .txt file ..... i dont know how to do this.....kindly help me.......... thanks in advance
  • Reading *.lst or *.ELF file
    Dear All, I'm trying to tracking the .lst file as the below. but I'm confused what is the current pc value? Fron here, 0x010002b4: 4902 .I LDR r1,[pc,#8] ; [0x10002c0] = 0x20000000 Does...
  • how to read a file in uvision
    Hello, with IAR embedded workbench, I can easily write a macro and attach it to a breakpoint, so for example at the breakpoint, the macro opens a file and writes the content to the memory, or I can...
  • How to transfer txt file to the board and read this file?
    Hello, I am playing with a STM32F746NG board, and I am trying to implement a chess game on the board. To do this, I have found an existing Chess Engine (TSCP) and it is working perfectly in Visual...