This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Programming Microchip SAMR34/35 using Keil and KEIL ULINK2 USB-JTAG/SWD Adapter.

Hi everyone, 

We want to  program Microchip p/n SAMR34/35,for that we plan to use KEIL ULINK2 USB-JTAG/SWD Adapter ? For the SAMR34/35, which Microchip MCU family should we select on KEIL ?

Note: Full part number -  ATSAMR34J18B-I/7JX & ATSAMR35J18B-I/7JX

Your answer would be very much helpful for us.

Parents
  • The Keil MDK tools uses vendor provided Device Family Packs (DFPs) to support devices.

    Microchip made a device pack for the samr21 , which is also a Cortex M0+ device:

    https://www.keil.com/dd2/atmel/atsamr21g17a/

    but hasn't yet released one for the R34 series. You may be able to use as is flash algorithms (may also need to modify the memory locations) for the R21 pack to program your R34. Check the datasheets and with Maxim on how close these parts are.

Reply
  • The Keil MDK tools uses vendor provided Device Family Packs (DFPs) to support devices.

    Microchip made a device pack for the samr21 , which is also a Cortex M0+ device:

    https://www.keil.com/dd2/atmel/atsamr21g17a/

    but hasn't yet released one for the R34 series. You may be able to use as is flash algorithms (may also need to modify the memory locations) for the R21 pack to program your R34. Check the datasheets and with Maxim on how close these parts are.

Children
No data