I'm using stm32u5 and azurertos system. In a thread, I do this instruction <sprintf(g_test,"phase%d\n",g_frame);> where <char g_test[20]> and <u8 g_frame> and a hard fault is generated. Any suggestion, please?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-12 8:21 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-02 7:09 AM
Hello @IVent.1​ and welcome to the community,
Can you please provide more details about your problem?
Aymen
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-02 7:23 AM
Look at the machine level instructions and register at the fault. The ​processor provides a lot of information to help identify what type of failure is occurring.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
