Avdhesh Varshneycodingblogs.hashnode.dev·Aug 9, 2024Unveiling Jarvis: Your AI Assistant with the Power of WisdomWelcome to the first blog in our series on Jarvis, your AI-powered assistant designed to make your life easier and more productive. Today, we're excited to introduce one of Jarvis's many features—providing voice-enabled advice. Whether you need a qui...10 likesadvice
Hyunwoo Choihyunwoochoi.hashnode.dev·Aug 24, 2023Introduction of IAR Visual State - 3This article will cover how to generate the code based on the model from previous articles as well as how to integrate with the IAR project. For code generation, there are two different coder options in IAR Visual State version 11.2: Classic Coder an...56 readsIARVisualStateIARVisualState
Hyunwoo Choihyunwoochoi.hashnode.dev·Aug 24, 2023Introduction of IAR Visual State - 2In the last article, I went through how to implement a state machine in IAR Visual State. This article, as I mentioned before, covers how to use Verificator and how to verify the design with the simulator. Verificator is located here: Project>Verify ...IARVisualStateIARVisualState
Hyunwoo Choihyunwoochoi.hashnode.dev·Aug 18, 2023Introduction of IAR Visual State - 1In General, the firmware executes certain tasks periodically. Blinking a LED is the "Hello World" in the firmware world. Even this simple functionality is doing something periodically. This pattern can be easy to represent by using a state machine. T...26 readsIARVisualStatestate-machines