• I2C with Keil RTX doesn't work
    Hi When I use I2C library without Keil RTX to communicate with I2C EEPROM the program works fine, but when I start the RTX the program stuck at: while(!Status) Status=I2C_CheckEvent(I2C1, I2C_EVENT_MASTER_TRANSMITTER_MODE_SELECTED...
  • DMA IRQHandler not working
    When I run this code I don't get into the DMA IQRHandler. I am trying to put the signal, generated in the main, on the DAC output using the DMA. Haven't got any luck so far. Been searching on this problem...
  • Porting RTX in Atmel Studio
    Hello, I am using Atmel's SAM series controller for our project. I have a requirement to enable USB interface between PC and SAM controller. I decided to use Atmel's ASF USB stack and its works...
  • ULINK2 Compatibility with Atmel Studio
    I have a ULINK2 debugger now i want to use it as a debugger in atmel studio dose it possible ? How? if not how can i use it to program .HEX file to SAM3S ?
  • Keil debugger mode doesn't work
    Hello i'm new in this forum, I have a issue with keil, I try to learn more for adc and other things with the stm32f103c8 (I bought 4 it's very cheap XD), in the firts time I do the blink led, then I try...