Discussion Title | Created date |
---|---|
ATSAML21 Falsh verification failure. Have been using this board for a while. All of a sudden Flashing from Atmel Studio 7 fails with the error. "Verifying Flash...Failed! address=0x0000 expected=0x98 actual=0xff"... |
Tuesday, 2 June 2020 - 16:15 |
SAML21 clock configuration I am trying set up SAML21 to run 48MHz clock. Attached screen shot has my configuration. XOSC (12MHz) -> GCLK1 (1.5MHz) -> FDPLL (48MHz) -> GCLK0 (48MHz... |
Tuesday, 24 December 2019 - 23:19 |
SAMD21 SPI I am trying to set up SPI data transfer between 2 SAMD21s on different boards. One acts as master and other as slave. Created both projects using Atmel Start ( ASF4) and... |
Thursday, 21 November 2019 - 05:56 |
Cant launch app program from bootloader I am writing a minimal bootloader for SAMD51 which for now just launches the application image. Changed BOOTPROT to reserve 32 KB. Flashed bootloader at 0x00000000 Flahed App... |
Tuesday, 22 October 2019 - 04:53 |
SAMD51 stdio redirect : Framing error Created a new project from Atmel start by just having a Target_IO USART and STDIO REDIRECT. main() initializes uart and redirect as below. void stdio_redirect_init(void) {... |
Saturday, 19 October 2019 - 16:18 |