Tool/software:
Hi,
Now, I know power managerment will initialize the power management capabilities of system firmware.
I have more questions about coding.
I am using mcu_plus_sdk_am243x_09_20_00_50.
in code power management is using below structure.
</code>
1. what is low address and high address for? Does it like an addition? eg: I have
then I assign them to
.boardConfigLow =&power1
.boardConfigHigh =&power2
2. why in the description we are allowed to pass the board configuration into boardConfigLow. is there a relationship between resource management and power management.
in the document, power management is more Independent..
3. why in your examples all of them are 0? Does 0 indicate it will use default value.
eg: under C:\ti\mcu_plus_sdk_am243x_09_02_00_50\examples\drivers\boot\sbl_dfu\am243x-lp\r5fss0-0_nortos\main.c
<code>
4. why your boardcfg is too simple. there is no info but revision at all.
</code>
I believe there some description mistake. eg: you can not assign resource boardcfg to boardConfigLow
Thanks.