logoalt Hacker News

Ada and Spark on ARM Cortex-M – A Tutorial with Arduino and Nucleo Examples

45 pointsby swq115last Saturday at 6:26 AM13 commentsview on HN

Comments

addaontoday at 3:07 PM

At a lower level in the formal verification stack than this, it's on the one hand awesome that ARM has published a machine readable architecture specification for the more recent A architectures in ASL... and on the other hand extremely frustrating that they haven't done the same for M.

show 1 reply
cestithtoday at 5:28 PM

I always enjoy stories about Ada, Pascal, Object Pascal, Prolog, Perl, OCaml, Standard ML, Forth, Pike, Fortran, Scheme, Common Lisp, or some APL derivative in use in the wild.

It’s especially good to see a story about a recent project on a smaller system using Ada.

Neywinytoday at 4:35 PM

I'll read more later but just keep in mind nucleo is a series of form factors. There's even M33 on a -144 which is ARMv8-M

varispeedtoday at 6:17 PM

Cortex-M is a lovely platform. Shame it has stagnated. Both STM32H7 (or N6) or NXP RT1170/80 beg for a major update - more performance, inclusion of NEON (or equivalent), support for DDR3 at least, PCIe?

It would be amazing for doing some more complex DSP.

Otherwise using those platforms is a bit like programming on 8086 today. Fun. You get basic stuff done and then you hit a wall. Only option is to jump on SoM stuff or FPGA which is another can of worms in itself.

show 1 reply