Hi,
Currently doing the Cellular IOT Fundamentals course (great having this as a resource!), but lesson 7, making a modem trace, is not going as planned. Using SDK 2.7.0
Doing excercise 7.1 according to the course results in a compile error. I've worked around this by adding this to cmakelists.txt;
if(NOT nrf91-modem-trace-uart IN_LIST SNIPPET)
set(SNIPPET nrf91-modem-trace-uart ${SNIPPET} CACHE STRING "" FORCE)
endif()
This seems to work (it compiles and runs), but the resulting trace only contains LTE RCC DL_DCCH and NAS-EPS protocol lines. Looking at excersize 7.2, there should be all sorts of other usefull info, AT, IP stuff. I'm not getting those. What am I missing? The application on the board otherwise seems to run correctly, it connects to the COAP server and does it's thing.
Thanks,