-
**Describe the bug**
I'm developing a custom same51 board and was failing to can_set_bitrate(). After some googling I found the test suite and ran it on my board, where I discovered the can clock was…
-
**Describe the bug**
I have been trying to erase the end of flash on an Atmel Sam4s(8b) using the current sam flash driver. When you attempt to erase the last page the driver returns an EFAULT error …
-
There are two issues, one concerns the upload and one the debugging. I am first describing the problems / solutions in A) and then specify the requirements for a fix in B):
**A) Problem description…
-
Following the EVB_KSZ9477_Source_Build_Instructions for programming the SDcard worked, but I'm not able to programm the on-board NAND using those instructions.
When running the NANDprogramming inst…
-
Hi,
I've been trying to port this to SAM D21 with no luck. Would it be anyway possible for you take a look and see where I might be going wrong? SAM D21 has a delay.h library with microsecond timeout…
-
### Configuration
**Operating system**: Ubuntu 20.04
5.4.0-73-generic #82-Ubuntu x86_64 x
**PlatformIO Version** (`platformio --version`): PlatformIO Core…
-
What I want to do is edit the uboot environment parameters.
First, I can't flash the nand with Ubuntu 18.04.3 LTS:
root@lux0:/home/dave/Documents/Microchip/build/EVB-KSZ9477/KSZ/Atmel_SOC_SAMA5D…
-
The ATMEL D2x series MCU seems like a good candidate for the MySensors MCU core because it is equipped with up to 256KB of on-board flash for program memory and 32KB RAM for data - the increased flash…
-
I would like to use your project as a starting point for a bootloader compatible with Xplained Pro board from Atmel. I'm going to use Atmel Studio (Windows OS) as IDE.
Any suggestions. I understood y…
-
When reading USB packets with `USBHost::intransfer`, packet sizes of 512 bytes would read 0 bytes.
In `UHD_Pipe_Read`, `nb_byte_received` is declared `uint8_t`, whereas it needs to be at least `uint1…