• Interrupt 10 & interrupt 4 clashing?
    Hi! I have the following code: int fnRIIRQ() interrupt 4 { LED = !LED; return; } void Dummy5 (void) interrupt 10 { } main() { while(1); } Looking at the code nothing should...
  • PWM for at91sam7x
    Hello to all who are reading my post. As a beginner it would be I need some basic examples that show the manner PWM ports work connected to a relay or some thing similar. Good Day. Avi Muzaich...
  • AT91SAM7X-EK LED Swing...
    I have just received an evaluation board (AT91SAM7X256). As usual, there are a few teething problems... I am trying to get the LED swing demo to work, but it don't. When I load the project '...
  • FCARM JQuery AT91SAM7X
    I'm using Keil's RL_TCPnet HTTP server with an AT91SAM7XC512. I'm trying to embed JQuery (jquery-1.4.2.min.js), however it appears that the FCARM tool is mangling the file. There are a number of...
  • keil linker report error: arm-isa clashes with m-profile.
    Thanks a lot for helping me I have a GNU GMP static library libgmp.a which is compiled with arm-none-eabi-gcc. Within one STM32F10x example under KEIL example folder, the main.c call a function within...