Keywords: OSDK telemetry subscription, dji telemetry sample
[1275623.307]ERRORLOG/1 @ getValue, L352: Topic 0x1A value memory not initialized, return default
This error shows that TOPIC is not initialized, and the flow of the telemetry sample:
1, initPackageFromTopicList
2. startPackage
3. getValue
4. removePackage
The telemetry data subscription uses serial communication. If the process is correct, please check whether the serial communication is stable.
It has been found that this exception occurs occasionally on some STM32 platforms, and this problem exists when using the wireless serial port module on the Linux platform.
Please try to increase the delay time before getvalue, and to solve the problem, It is needed to ensure that the serial communication is stable and does not lose packets.
Note: This article is from Chinese and is translated by machine. If there is any suggestions, please point it out and we will correct it in time
Comments
0 comments
Please sign in to leave a comment.