Skip to main content
Associate
June 25, 2025
Solved

what does ATON mean?

  • June 25, 2025
  • 1 reply
  • 597 views

I have just started to study STM N6 series MCU. I see a lot of functions named with ATON.

Anyone can tell me what ATON stand for?

thanks!

Best answer by Julian E.

Hello @suyer,

 

In addition to what Jerry said, you can find more information here: 

https://stedgeai-dc.st.com/assets/embedded-docs/stneuralart_programming_model.html 

 

"the NPU runtime code (also called ‘ll_ATON’ files) ": The Aton refers to the NPU compiler in the documentations

 

Have a good day,

Julian

1 reply

Visitor II
June 25, 2025

Hi Suyer,

In the context of STM32 or embedded systems, ATON isn’t a standard acronym or widely recognized term, so it’s likely project-specific or vendor-specific. It could be a naming convention used in your particular codebase, library, or middleware (possibly a custom peripheral or tool abstraction).

If you're seeing it a lot in function names, try checking the header files or documentation that came with the project—it might be an internal module or library name. You can also search for ATON in the source files to trace where it's defined or what it's referring to.

Regards

suyerAuthor
Associate
June 25, 2025

Thanks.

but all users see such functions every day, and their names should be meaningful.

Julian E.
Julian E.Best answer
Technical Moderator
June 25, 2025

Hello @suyer,

 

In addition to what Jerry said, you can find more information here: 

https://stedgeai-dc.st.com/assets/embedded-docs/stneuralart_programming_model.html 

 

"the NPU runtime code (also called ‘ll_ATON’ files) ": The Aton refers to the NPU compiler in the documentations

 

Have a good day,

Julian

​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.