⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
matthieuW
Offline
Last seen:3 months 1 week ago
加入:2015-11-20 14:55
使用SoC的问题

Hello
I am trying to implement the soc function on my board using the sdk 10.0.10.
When using the pxp reporter project everything seems fine.
However when i implement the function in program, it seems to be an infinite loop in the pm_register_adapter function of the system_power_managment file.
我试图increase dg_configPM_MAX_ADAPTERS_CNT setting as well as the freertos heap size with no result.
I defined my battery parameters in the custom_socf_battery_profile.h and the problem does not seem to come from here, as it is working on the pxp_reporter project.
Can you help me on this subject.
Thanks
Matthieu

Device:
MT_dialog
Offline
Last seen:2 months 3 days ago
工作人员
加入:2015-06-08 11:34
Hi matthieW,

Hi matthieW,

On which SDK project you are based in order to start you project ? Or even for a test, what project do you use in order to apply the SOC functionallity ? Have you included the battery adapter in order to be able to use the SOC ? Can you please let me know exactly how to replicate the issue, since i am not able to do so, additionally i dont see a reason for the device to be stuck in a loop at the pm_register_adapter() function, all the function does is just to assign the callbacks for each adapter for the cpm.

Thanks MT_dialog