Posted on November 05, 2013 at 14:57The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 07, 2013 at 07:20Hi Clive There does not seem to be that much of a difference between start up file provide by keil (that was previously used in this project) and the one from ST (v3.5.0), except for the extra IRQ handlers.If I po...
Posted on November 06, 2013 at 16:16I do not see any stm32f10x_nvic.c (am I missing it) in the library version 3.5.0.Is their a big difference between library 2.0.3 and 3.5.0.It is an existing project and I want to make as few changes as possible.Do...
Posted on November 06, 2013 at 09:43
With library version v3.5.0 should you be using UART4_IRQn ?
The project uses firmware library 2.0.3 which includes stm32f10x_nvic.c (This file refers to UART 4.)
Before using UART4, UART3 was remapped ...