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
The project builds fine. If I run the project, I get a fault. This appears to happen if I call one of the functions from the libxlsxio_write.a. Disassembly view shows me something like:
This discussion was converted from issue #93847 on July 29, 2025 20:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Hello,
I built a couple of different libraries and statically compiled them. My
CMakeLists.txt
looks like this:The project builds fine. If I run the project, I get a fault. This appears to happen if I call one of the functions from the
libxlsxio_write.a
. Disassembly view shows me something like:At
0xFFFFFC70
there's an NOP instruction, and everything that follows is NOP as well.The last step during the build process looks like this:
Where am I going wrong? The other libraries seem to behave the same. I built them using the same Zephyr toolchain as the application code.
I'm using nRF52833.
Regression
Steps to reproduce
No response
Relevant log output
Impact
Not sure
Environment
Windows 11
nRF Connect SDK and toolchain v3.0.2
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions