Skip to main content
Graduate
July 18, 2025
Solved

STM32N6 VENC Power measurement example code

  • July 18, 2025
  • 2 replies
  • 268 views

Good day folks!

I trust you are well.

Do you know where I can find the example that was used to take the VENC power measurements as outlined on this Wiki page ?

I can't seem to find it under the Applications and Examples in the STM32CubeN6 v1.2.0 

Specifically I want to see how the part was configured to support the 1080p resolution.

exarian_0-1752838699556.png

Warm regards

 

 

    This topic has been closed for replies.
    Best answer by DanielS

    Hello,

    We do not plan to deliver the exact application used to perform the power consumption measurements.
    It is a generic application with too many dependencies and complexities for us to provide support.
    However, we have reworked the RTSP_Server application to make it easier to modify the configuration, particularly for resolutions (e.g., support for 1080p).
    It should be available shortly.
    For low-power use cases, it will then be necessary to adjust the peripherals according to the exact desired use case.
    This includes adjusting the clocks, entering sleep mode when the operating system is idle, and switching off unused peripherals (e.g., UART, NOR, GPIOs, etc.).

    Best Regards,
    Daniel

    2 replies

    DanielSAnswer
    ST Employee
    July 21, 2025

    Hello,

    We do not plan to deliver the exact application used to perform the power consumption measurements.
    It is a generic application with too many dependencies and complexities for us to provide support.
    However, we have reworked the RTSP_Server application to make it easier to modify the configuration, particularly for resolutions (e.g., support for 1080p).
    It should be available shortly.
    For low-power use cases, it will then be necessary to adjust the peripherals according to the exact desired use case.
    This includes adjusting the clocks, entering sleep mode when the operating system is idle, and switching off unused peripherals (e.g., UART, NOR, GPIOs, etc.).

    Best Regards,
    Daniel

    exarianAuthor
    Graduate
    July 22, 2025

    Thank you @DanielS for your feedback.

    Adding the 1080p support would be great, thank you.

    Specifically how to manage the memory around buffering the camera frames in External memory, or using the "Slices".

    I look forward to seeing this, and I know it will be helpful.

    Kind regards,