You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nRF5340: Undefined Reference to __modem_pipelink_142_user_pipe_0 in Cellular Modem Example
Issue
I am working on an nRF5340 and trying to integrate the cellular modem example into my project. However, I encounter the following linking error:
zephyr/drivers/modem/modem_at_shell.c:147: undefined reference to `__modem_pipelink_142_user_pipe_0'
I give you the details of my project configuration in the next part of the post. I don't really understand what I can change to have the pie set up. Could you help me ?
Device Tree (DTS) Overlay Configuration
Here is my DTS overlay where I define the modem under UART3:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
nRF5340: Undefined Reference to
__modem_pipelink_142_user_pipe_0
in Cellular Modem ExampleIssue
I am working on an nRF5340 and trying to integrate the cellular modem example into my project. However, I encounter the following linking error:
I give you the details of my project configuration in the next part of the post. I don't really understand what I can change to have the pie set up. Could you help me ?
Device Tree (DTS) Overlay Configuration
Here is my DTS overlay where I define the modem under UART3:
prj.conf Configuration
Here are the relevant configurations in prj.conf:
I thank you by advance
Best regards,
Augustin
Beta Was this translation helpful? Give feedback.
All reactions