This is super helpful. Yeah, I finally ran across pmc.h on my own, and looking through the EBI core code (to find the syntax to access those register mappings) and the example you provided just now, I think I've come up with something that might work.
#include <sim.h>
#include <same70.h>
#include ...
Search found 3 matches
- Mon Jun 17, 2024 10:35 am
- Forum: NetBurner Hardware
- Topic: Routing MCLK to P2[31] on MODM7AE70
- Replies: 5
- Views: 36167
- Mon Jun 17, 2024 8:44 am
- Forum: NetBurner Hardware
- Topic: Routing MCLK to P2[31] on MODM7AE70
- Replies: 5
- Views: 36167
Re: Routing MCLK to P2[31] on MODM7AE70
Thanks for looking into this and finding that register. That should be exactly what I need, yes.
Is the issue that you are having a problem reading/writing registers? There are so many peripherals and registers on this part; we do our best to cover the most common ones first.
I believe that yes ...
Is the issue that you are having a problem reading/writing registers? There are so many peripherals and registers on this part; we do our best to cover the most common ones first.
I believe that yes ...
- Fri Jun 14, 2024 4:04 pm
- Forum: NetBurner Hardware
- Topic: Routing MCLK to P2[31] on MODM7AE70
- Replies: 5
- Views: 36167
Routing MCLK to P2[31] on MODM7AE70
Right now I'm attempting to upgrade a MOD5282 design into the MODM7AE70, and specifically dealing with the EBI module to access static memory. Our hardware right now would prefer to have the MCLK signal used by the Static Memory Controller to generate the needed baudrate on our motherboard and save ...