Skip to main content
Visitor II
April 25, 2021
Question

where to find examples code for ST10 MCUs?

  • April 25, 2021
  • 2 replies
  • 2176 views

Hi there

I've recently started working with st10f275 microcontroller. I am totally confused. I can't event find its datasheet! which compiler, ide, programmer should I use?

Could anyone guide me?

Thanks in advance.

    This topic has been closed for replies.

    2 replies

    Graduate II
    April 25, 2021

    >>I've recently started working with st10f275 microcontroller.

    Bit late to the party there, isn't this obsolete already?

    Based on the old C166 designs

    Try related data sheets https://www.st.com/en/automotive-microcontrollers/st10f276e.html

    https://www.keil.com/c166/

    https://www.tasking.com/support/c166-st10-c-compiler-toolset-support

    https://cosmic-software.com/st10.php

    >>Could anyone guide me?

    Is this a well paid role?

    hkavi.695Author
    Visitor II
    April 25, 2021

    Thanks for the comment. I'm using Keil and S10flasher. this is the report of S10flasher, but It doesn't work. I don't know how to debug my code.

    *FILE INFO FOR FILE:Hello.H86

    Size = 1315 bytes.

    Programming time = 2 s.

    Block(s): 

    *Set com parameters:COM3, 9600 bauds-->OK

    *LOAD MONITOR-->OK

    *Lost of monitor communication

    Reset the board and reload the monitor

    Graduate II
    April 25, 2021

    Lacking the type of hardware debug pods of modern times one might need to consider GPIO pins and UART output to report internal state information, and add monitor type functionality (ie command line debug running within the device) like MON166

    Or the use of emulators. where the chip is replaced by hardware that basically spoofs that of the target.