I'm trying to do a power analysis of an embedded device with a PPK2 and nRF power profiler and i'm running into an issue where i'm losing samples on longer capture periods. It's set to a 10kHz sample rate but after running it for 2 minutes at this sasmple rate and exporting the csv file it's ~400k records long, when it should be ~1200k records long. Looking manually at the CSV files i can see that it's missing multiple milliseconds of samples very frequently
I first thought it was a RAM issue, so i make sure to close every extra program and only have the power profiler software running but the issue still presented. I also tried to downgrade to 3.5.5 and tried the latest beta 4.0.0 b6 but neither of those have fixed the issue. This is causing significant problems for my data analysis
# nRFConnect System Report - 2024-01-25T13-39-10.684Z
- System: Dell Inc. Latitude 7390 2-in-1
- BIOS: Dell Inc. 1.29.1
- CPU: 1 x Intel Core™ i7-8650U 1.9 GHz 8 cores (4 physical)
- Memory: 2.1 GB free of 15.5 GB total
- Filesystem: /dev/mapper/data-root (ext4) 464.4 GB 48.7% used
- OS: elementary (6.1 Jólnir) linux x64
- Versions
- kernel: 5.15.0-91-generic
- git: 2.25.1
- node: 16.17.1
- python: 2.7.18
- python3: 3.8.10
- nrf-device-lib-js: 0.6.12
- nrf-device-lib: 0.15.3
- nrfjprog DLL: 10.19.1
- JLink: JLink_V7.82c
- Connected devices:
- 9195100 : /dev/ttyACM0
- D643BFF1D92B : /dev/ttyACM1
- Current device:
- name: PPK2
- serialNumber: D643BFF1D92B
- cores: Unknown
- website: https://www.nordicsemi.com/Software-and-tools/Development-Tools/Power-Profiler-Kit-2

