support for ATSAMD21E18A controller #1044
Replies: 1 comment
-
Porting DAPLink to a new interface is quite a complex task. Potentially all files in Once we add support for the TinyUSB stack it should get much easier and we are more likely to document the process. |
Beta Was this translation helpful? Give feedback.
-
Hi ,
i am new to DAPLink porting. i would like to port DAP link for " ATSAMD21E18A" processor . i have seen support for Atmel controller "sam3u2c_bl" board . from the make file i have observed that the following source files required to build the application
......\source\board\sam3u2c_bl.c
......\source\daplink\HardFault_Handler.c
......\source\daplink\bootloader\daplink.c
......\source\daplink\bootloader\main_bootloader.c
......\source\daplink\circ_buf.c
......\source\daplink\cortex_m.c
......\source\daplink\crc32.c
......\source\daplink\daplink_debug.c
......\source\daplink\drag-n-drop\file_stream.c
......\source\daplink\drag-n-drop\flash_decoder.c
......\source\daplink\drag-n-drop\flash_intf.c
......\source\daplink\drag-n-drop\flash_manager.c
......\source\daplink\drag-n-drop\iap_flash_intf.c
......\source\daplink\drag-n-drop\intelhex.c
......\source\daplink\drag-n-drop\vfs_manager.c
......\source\daplink\drag-n-drop\vfs_user.c
......\source\daplink\drag-n-drop\virtual_fs.c
......\source\daplink\error.c
......\source\daplink\flash_hal.c
......\source\daplink\info.c
......\source\daplink\sdk_stub.c
......\source\daplink\settings\settings.c
......\source\daplink\settings\settings_rom_stub.c
......\source\daplink\util.c
......\source\daplink\validation.c
......\source\hic_hal\atmel\sam3u2c\flash_hal_SAM3U.c
......\source\hic_hal\atmel\sam3u2c\gpio.c
......\source\hic_hal\atmel\sam3u2c\read_uid.c
......\source\hic_hal\atmel\sam3u2c\system_SAM3U.c
......\source\hic_hal\atmel\sam3u2c\uart.c
......\source\hic_hal\atmel\sam3u2c\usb_config.c
......\source\hic_hal\atmel\sam3u2c\usbd_ATSAM3U2C.c
......\source\rtos_none\SysTick_Handler.c
......\source\rtos_none\cmsis_os2_port.c
......\source\target\target_board.c
......\source\target\target_default.c
......\source\usb\msc\usbd_core_msc.c
......\source\usb\msc\usbd_msc.c
......\source\usb\usbd_core.c
i would like to check that the following HAL files need to be rewrite for ATSAMD21E18A"?
can someone provide some information related to required steps for porting?
Regards,
Raju
Beta Was this translation helpful? Give feedback.
All reactions