• 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 ?
  • MDK-ARM Toolchain Extension for Atmel Studio
    Hello, I recently started a project with Atmel Visual Studio v6.2. I had poor performance with the compiler so I decided to buy Keil. For time reasons and convenience I would rather use Atmel...
  • DMA doesn't work in Keil, but it works in Atmel Studio
    Hello to all, I' using Keil MDK ARM IDE to work on a a project with an ATSAML21E18B connected to a shift register. I want to use DMA to send data through SCLK and MOSI pins. To configure my project i...
  • MDK-ARM Toolchain Extension for Atmel Studio 7.0
    Please help me I am starting a new design with SAMd21 atmel. (cortex M0+). I want to use keil mdk-arm compiler through MDK-ARM Toolchain Extension for Atmel Studio. I see that support is for Atmel...
  • RTX bugs in Atmel AT89C51
    Hi~ All I have write a RTX51 test program with AT89C51, see following code: #include <reg51.h> #include <rtx51tny.h> void init (void) _task_ 0 { os_create_task (1); os_create_task (2); } void...