Bug in CubeIDE/MX for STMH563 -> Filex : wrong size shown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 7:00 AM
looking at the size for pool, stack etc , Filex /Azure rtos , its a bit too much : 1024 K - should be : 1024 Byte
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
-
STM32CubeMX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 8:01 AM
Might be a localization issue. Note the period. Here in the US, 1.024 K = 1024 bytes. It's a poor way of writing it, regardless. Should be 1K or 1024.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 8:01 AM
Might be a localization issue. Note the period. Here in the US, 1.024 K = 1024 bytes. It's a poor way of writing it, regardless. Should be 1K or 1024.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 8:56 AM
right, i didnt think on this us style -> 1 GB = 1,000,000,000 (109) bytes ; comma vs. dot :)
