Question
Few questions about STM32 microcontrollers
Hello, I have a few questions about STM32 microcontrollers:
- I want to create a personalized card and use CAN, RS485, I / O, ... to connect several devices
- I need an HMI to control the controller (touchgfx? Or Visual studio?)
- I want a clear program (main program and call library)
- I want to update everything automatically via a C# program (under visual studio) or command lines with the windows console
So ...
- Where can I find a card with all my needs?
- What is the best thing to do to create a personalized interface? Can I exchange data with windows and C# program ?
- Are there any libraries where you just have to call the functions you need? For example I noticed for the HAL CAN library that there was all the configuration in the MAIN program, I would like to only have to call the READ and WRITE functions
- Is it possible to update the microcontroller program (and the interface if I am using touchgfx) through C# or the windows console? (I think yes with ST Link)
In the past I only used Programmable Logic Controllers, with all communications built in, so sorry if my questions are "wrong"
Thanks everyone!
