2023-09-27 07: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.
2023-09-27 08: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.
2023-09-27 08: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.
2023-09-27 08:56 AM
right, i didnt think on this us style -> 1 GB = 1,000,000,000 (109) bytes ; comma vs. dot :)