Hi,
I am developing on the nRF5340 and using an external modem and an external GNSS module.I am using SDK version 3.4.0.
To operate the modem, I use `modem_cellular`.
To operate the GNSS, I use `CONFIG_GNSS` with `gnss-nmea-generic`.
Individually, both work perfectly. However, if I try to run them simultaneously, neither works. During testing, I noticed that if `CONFIG_PM_DEVICE=y` is enabled, the GNSS stops working.
Is there a way to get both working at the same time?
Best Regards