atmel-software-package
atmel-software-package copied to clipboard
Atmel Software Package
Hello, I am trying the read the PHY ID number and model number. Here are the commands I am passing to PHY to get the response. id=MDIO_read(phyAddr, 0x02); model=MDIO_read(phyAddr, 0x03);...
Hi, Recently we switched from the ATSAMA5D35 to ATSAMA5D33 (stock shortage). And we were using sam-ba 3.x (3.5 actually) for flashing it. Now, with the ATSAMA5D33 this is not possible...
There is an error in `drivers/mm/l2cache_l2cc.c` where the invalidation and cleaning of region overshoots by one cache line. The region to be cleared is from `start` up to - but...
This cache invalidation before DMA transfer ensures that during the DMA transfer the cache has no dirty lines associated to the buffer, which could be written back to memory. See...
According to https://developer.arm.com/documentation/ka001481/1-0, cache invalidation should start with outermost cache first followed by innermost cache. Fix available in [invalidate-cache-inwards.patch](https://github.com/atmelcorp/atmel-software-package/files/15127985/invalidate-cache-inwards.patch).