Who is responsibilty of all perpherals initialization? #118
-
When user puts the .xml file to the HSS project, does the HSS do initialization of all peripherals selected? Customer has followed the step, after they programmed new bin file, board could not debug, "ELF file linked incorrectly" what's the reason? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @xiyanni I think there are 4 questions here:
For more info on getting started we have a selection of training videos we made along with a training series we ran. |
Beta Was this translation helpful? Give feedback.
Hi @xiyanni
I think there are 4 questions here:
Q: Does the HSS turn on / off any MSS peripherals that are enabled in the configurator
A: no this is configured in the sys_setup.c but will be moved to be dynamic based on the XML in the future
Q: If you put updated XML in a bare metal project with new XML how does it translate to the HSS
A: if you're testing a project in debug and update the XML the changes will take effect, if you're using a project as a payload (i.e release) the updated XML needs to go in the HSS and the bare metal project will not have any effect on MSS settings / configuration. Have a look at the build configurations for more info on this
Q: Who does DDR training
…