This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to verify the Cortex-M0 thumb instructions ? I found one chip( RAM &FLASH is OK) when it run LDR relative instructions,the program is in Hardfault。But others run the same code is OK

Could you help me to solve the problem.Do  you have the code  to verify the thumb instruction ? If have,the code can check any  corner the functions of thumb instructions

Parents
  • I ran into this on a chip.  I had accidentally hooked up a GPIO to 5V, after doing this I would get random hard faults.  It was also having trouble setting the CPU clocks.  At the end of the day I swapped processors and the problem went away.  

    Don't under estimate that the chip may be bad or the clocks got noise.  

Reply
  • I ran into this on a chip.  I had accidentally hooked up a GPIO to 5V, after doing this I would get random hard faults.  It was also having trouble setting the CPU clocks.  At the end of the day I swapped processors and the problem went away.  

    Don't under estimate that the chip may be bad or the clocks got noise.  

Children