Posted on May 17, 2011 at 09:41Hi MBS Sorry, but this program doesn't work. It compiles correct, but the interrupts stop program If I switch off interrupts //VIC_ITCmd(TIM0_ITLine, ENABLE); //VIC_ITCmd(RTC_ITLine, ENABLE); program works correctly ...
Posted on May 17, 2011 at 09:41Hi MBS When I try to complie the project in Anglia IDE I receive the following warrings: In file included from ./../../library/inc/91x_vic.h:27, from ../../library/src/91x_vic.c:21: ./../../library/inc/91x_it.h:44: wa...
Posted on May 17, 2011 at 09:41I have two interrupts : one from TIM0 and one from UART0. When I use two interrupts I lose chars from UART0, but when I use ONLY TIM0 interrupts it works correctly
Posted on May 17, 2011 at 09:41Hi I looking for working vector.s file for Anglia Compiler I've got the standard vectors.s, but it doesn't work with two interrupts (from VIC0 and VIC1) [ This message was edited by: GrzesiekFl on 10-04-2007 10:33 ]
Posted on May 17, 2011 at 09:40Hi Here are stutup files : vector.s from Anglia compiler and STR91x.s from Keil uVision3 When I use Keil an add these two default functions program works correctly //////////////////////////////////////////////////////...