• Need some help!
    i have a kit to modify a game controller for rapid fire capability, can i just read and save a image in c and rewrite it to another chip and it work? The code is in binary form so it does not matter...
  • Need some help!
    i have a kit to modify a game controller for rapid fire capability, can i just read and save a image in c and rewrite it to another chip and it work? The code is in binary form so it does not matter...
  • I need help with some interrupts
    HI i have to make a project for my school. So i decided to do a black board cleaning mashine. For that i use a Infineon 80C535 microcontroler. I wanted to use 4 interrupts. Port 1^0 ; 1^4, 3^2; 3^3....
  • I need help with some interrupts
    HI i have to make a project for my school. So i decided to do a black board cleaning mashine. For that i use a Infineon 80C535 microcontroler. I wanted to use 4 interrupts. Port 1^0 ; 1^4, 3^2; 3^3....
  • need some help with inline assembler (addcs)
    Hello, I want add some inline assembler in my c-code: but at the moment I get some errors. unsigned int sum=0; __asm ("adds %0, %1, %1, lsl #16 \n\ addcs %0, %0, #0x10000" : "=r" (sum...