Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programming the Si5381 on a ZCU670 board #10

Open
Mich1Ros opened this issue Feb 29, 2024 · 0 comments
Open

Programming the Si5381 on a ZCU670 board #10

Mich1Ros opened this issue Feb 29, 2024 · 0 comments

Comments

@Mich1Ros
Copy link

Good morning, in order to load the clock files without the "boardui" tool we follow the procedure described in https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/2416869377/Programming+the+Si5381+on+a+ZCU670+board.
We tried to create an application project using both the 'hello world' template and the 'FSBL' one.
For both we tried to put the files "Si5381A-zcu670_......-Registers.h", "Si5381A-programming.c" and "Si5381A-programming.h" (created in order to call the function) inside the "zynqmp_fsbl" folder and also in the application project "src" folder, and we add this part in the xfsbl_hooks.c:
u32 XFsbl_HookBeforeHandoff(u32 EarlyHandoff)
{
u32 Status = XFSBL_SUCCESS;

ProgramSi5381();

return Status;

}
The clocks are not loaded in this way.
Can you help us?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant