• Cannot break into some part of code
    Hi guys, I'm doing a project in which I needed to add an input capture module. So I used the HAL library provided by ST to do so. Everything works fine if I run my EXTI in a separate program. My exti...
  • Cannot break into some part of code
    Hi guys, I'm doing a project in which I needed to add an input capture module. So I used the HAL library provided by ST to do so. Everything works fine if I run my EXTI in a separate program. My exti...
  • Using sram instead of a flash memory in ASIC implementation
    I am working on a SoC project, and everything seemed fine until I ran into the problem of flash memories, we are using 0.35u process from TSMC, we have the memory compiler and the IO pads, but the memory...
  • Using sram instead of a flash memory in ASIC implementation
    I am working on a SoC project, and everything seemed fine until I ran into the problem of flash memories, we are using 0.35u process from TSMC, we have the memory compiler and the IO pads, but the memory...
  • Problem running copied code into flash
    Hi everyone, So I have a question. I have a ARM-M4 and for what I can tell this has both ARM and Thumb assembly. Meaning sometimes it interprets a 32 bit instruction as 2 16bit ones, some of the times...