We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to run the PRU ADC c example at https://github.com/beagleboard/cloud9-examples/blob/master/PocketBeagle/TechLab/.challenges/analogIn.pru0.c
I'm running it with Cloud9's IDE and it's failing on the __far syntax in the pru_cfg.h file. Here's the specific line
volatile __far pruCfg CT_CFG attribute((cregister("PRU_CFG", near), peripheral));
Now I get a far type but this is __far so what's the problem and how do I fix this?
The text was updated successfully, but these errors were encountered:
I think you need to use the pru C compiler to compile PRU codes and not GCC
Sorry, something went wrong.
No branches or pull requests
I'm trying to run the PRU ADC c example at https://github.com/beagleboard/cloud9-examples/blob/master/PocketBeagle/TechLab/.challenges/analogIn.pru0.c
I'm running it with Cloud9's IDE and it's failing on the __far syntax in the pru_cfg.h file. Here's the specific line
volatile __far pruCfg CT_CFG attribute((cregister("PRU_CFG", near), peripheral));
Now I get a far type but this is __far so what's the problem and how do I fix this?
The text was updated successfully, but these errors were encountered: