• Interrupt vector
    I need to creare on my flash two different and independent application: 0x00000-0x7FFF : diagnostic application 0x10000-0x1FFFF: main application I use, in diagnostic appl. , the call: ((void...
  • How not to get the reset vector?
    How do I get uvision3 to NOT put any code at the reset vector? i.e. completely leave 0-7FFh alone. The reason is that I want to build only the application part of my program and exclude the bootloader...
  • TCP keep alives
    I have a problem with the TCP connection being dropped. The far end drops the connection after a few minutes. I believe I need to send TCP keepalives periodically to stop the connection from dropping...
  • STM32 shared interrupt vector
    Hi all, in writting my orginal question, I found part of the anwser I was asking so what follows is the second part! I need to do something similar to the following link relating to a C167 but...
  • Where are the Interrupt Vectors?
    Hi, using the Keil development board MCBSTM32E with a STM32F103ZE controller the reference manual tells me that timers TIM2 up to TIM5 have equal functionality. But in the startup.s file no NVIC...