atmel-software-package
atmel-software-package copied to clipboard
Atmel Software Package
Sorry for the out-of-scope issue but https://github.com/atmelcorp/sam-ba is not open for issues anymore so I found a closely related package to report on. @noglitch in https://github.com/atmelcorp/sam-ba/commit/de00221aae35b42d3808cf481b764cc1087ccf50 you indicate that SAM-BA...
### **one is 2019,** /** * \brief Component description for UDPHS * * Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries. * * Subject to your compliance with these...
Hi,- I didn't find a way to use the repository in MPLAB IDE 5.5 Manually placing the makefile in an existing project leads to curious syntax error messages. So how...
Urgent background operations bit is an optional feature available in eMMC chips. It allows to notify the host of the need of the device to perform background operations, which the...
Hi All, I am having issues attempting to build code that include sin/cos/tan etc trig functions.... I am getting linker errors, e.g. `undefined reference to `asin'` I am guessing this...
I am using SAMA5D3 customized board with buildroot os my test-pio example available at atmel-software-package-master/examples/test-pio/ are compile successfully but when I execute my bin file on my bord I will...
Changes that I made in below file `atmel-software-package/scripts/Makefile.vars` ``` CROSS_COMPILE ?= arm-none-eabi- to CROSS_COMPILE ?= arm-linux-gnueabihf- ``` and ``` LDFLAGS = --specs=nano.specs -Wl,--cref -Wl,--check-sections -Wl,--gc-sections to LDFLAGS = -Wl,--cref -Wl,--check-sections...
My system has a eMMC, with a FAT filesystem on top with a 512 cluster size. I'm encountering the error below ocasionally when trying to open files (f_open in FatFs):...
I have been searching for the software package of AT91SAM9G20 / AT91SAM9260. As of now, the software package does support SAM9X60. Can someone include the device drivers for AT91SAM9G20 /...
Telnet connnection times out Serial terminal output ``` -- ETH uIP Hello World Example -- Softpack v2.17 (v2.17-29-gd11d2a55) Built for samv71-xplained Processor: SAMV71Q21 Processor clock: 300 MHz Master clock: 150...