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
I am currently writing integration tests for our network components. We are using SIMCOM modem, i.e. SIM5360E, and thus we extended the Cellular Library to support SIMCOM. However, when we write the integration tests for the network functionality, the integration do not go past the __svcXX parts e.g. the __svcMutex found here. So, we sought to see how the already built Cellular libraries like Ublox are tested, so that we could find guidance, but we found none. Thus my question, does anyone have links for tests for such cellular libraries so that we could find help or even better, how to solve this svc issue we have in testing?
We are using PCB with NUCLEO-F429ZI chip and GCC_ARM toolchain.
Thanks in advance.
Issue request type
[x] Question
[ ] Enhancement
[ ] Bug
The text was updated successfully, but these errors were encountered:
Description
I am currently writing integration tests for our network components. We are using SIMCOM modem, i.e. SIM5360E, and thus we extended the Cellular Library to support SIMCOM. However, when we write the integration tests for the network functionality, the integration do not go past the __svcXX parts e.g. the __svcMutex found here. So, we sought to see how the already built Cellular libraries like Ublox are tested, so that we could find guidance, but we found none. Thus my question, does anyone have links for tests for such cellular libraries so that we could find help or even better, how to solve this svc issue we have in testing?
We are using PCB with NUCLEO-F429ZI chip and GCC_ARM toolchain.
Thanks in advance.
Issue request type
The text was updated successfully, but these errors were encountered: