2023-03-28 03:11 AM
Hello ,
Can you help me for the microntroleur reference
1) Why don't you recommend this product for new designs ?
2) Do you have an idea of the number of years before the end of its life ?
3) NRND information available in an PCN ?
Thank you in advance
Solved! Go to Solution.
2023-03-28 05:04 AM
Welcome, @sguec.1, to the community!
Does it answer your questions?
Regards
/Peter
2023-03-28 05:04 AM
Welcome, @sguec.1, to the community!
Does it answer your questions?
Regards
/Peter
2023-03-28 05:14 AM
Thank you very much for your feedback @Peter BENSCH
2023-03-28 05:39 AM
You're welcome!
If the problem is solved, please mark this thread as answered by selecting Select as best, as also explained here. This will help other users find that answer faster.
Good luck!
/Peter
2023-03-28 05:45 AM
it is done
2023-03-29 04:18 AM
Bad news that STM8 will be discontinued because it is a powerful MCU.
It have EEPROM with 128 bytes page write capability. This is also valid for FLASH. It have better code density than ARM and needs less instructions. We can do a 16-bits comparison with just 3 bytes of code, We can inc/dec/test/clear memory directly without using a register and with a single instruction. We can clear/set/toggle a GPIO bit with just 4 bytes of code. It have RLC, RRC and DIV instructions. It have 24MB of address space!
Also ARM GCC optimization is not the best.
I believe that many people without knowing the power of this MCU, ignore it just because it is a 8-bit MCU.
2024-05-06 01:02 AM - edited 2024-05-06 02:12 PM
I agree that STM8 is a really powerful µC. IMO it is one of the best 8-bit architectures I''ve seen so far. In particular, it is a good target for C compilers.
Fortunately, STM8S and STM8L are now back to "active", no longer "NRND"!