Hi everyone,
I'm interested in diving into embedded programming, but I was wondering if it's possible to use C# and Visual Studio instead of MPLAB and C18. I'm more comfortable with C# and have experience with Visual Studio, so I'm curious if there are any alternative ways to develop and program embedded systems using these tools. If anyone has experience or knowledge in this area, I would greatly appreciate your insights and recommendations.
Thank you,
Jaswitha
HiMy name is Stephen and I work for Arm.To get started with embedded programming on Arm using Visual Studio, I'd recommend the Arm Keil Studio Visual Studio Code Extensions.developer.arm.com/.../Get-started-with-an-example-projectThis supports C/C++ rather than C#, but allows you to get started quickly with developing and debugging code for a wide range of low-cost Arm Cortex-M devices based on the Common Microcontroller Software Interface Standard (CMSIS).Hope this helpsStephen