Skip to main content
Visitor II
March 18, 2024
Question

STM32F446RE with C#

  • March 18, 2024
  • 1 reply
  • 1086 views

Hi, I have to make an ADC application on c#. I just want to text my ADC value on the c#. How can I do?

    This topic has been closed for replies.

    1 reply

    Graduate II
    March 18, 2024

    Why? Some reason to do it this way, rather than the way everyone else here is programming them?

    https://github.com/nanoframework

    gaziliAuthor
    Visitor II
    March 18, 2024

    I am working on an automation project for a company, and the part I need to do now in this project is to display the data I obtained from the ADC application I wrote on my STM card with C#. When I run the code I wrote with the debug method, I can only look at it by following the "live expressions" section. Here, not with the debug method, but by running the code on the card and printing it to the screen with C#.

    Super User
    March 18, 2024

    Are you saying you have C# running on the STM32 ?

    Or is the C# on a PC, and the PC is somehow communicating with the STM32 ?

    Remember that we know nothing about you or your project - it's up to you to clearly & completely describe what you have and what you are doing.

    A diagram and some clear photos may help ...