MOOC Forum

General Category => General Discussion => : Atelier B fan May 13, 2019, 04:06:01 AM

: HEX code generator ?
: Atelier B fan May 13, 2019, 04:06:01 AM
Hi,

In the lecture 2 (2'45), you mentionned an HEX code generator. Is it available right now with Atelier B ? How to use it ?
: Re: HEX code generator ?
: Thierry Lecomte May 14, 2019, 02:44:43 AM
The HEX code generator is for PIC32 programs (binary format). It is embedded in the Atelier CLEARSY Safety Platform in one of the two chains providing binaries (https://www.clearsy.com/en/our-tools/clearsy-safety-platform/).

(https://i.ibb.co/vsY1CJD/LCHIP.jpg) (https://ibb.co/rbskKZv)

This code generator is not (yet) part of the Atelier B.
: Re: HEX code generator ?
: Thierry Lecomte May 15, 2019, 03:09:21 AM
To be more precise, HEX code generator supports a subset of the B0 language / with additional constraints. For example:

but also provides some extensions with predifined operators (bitwise and arithmetic).
(https://i.ibb.co/dMqp4Nz/CSSP-arith-ops.jpg) (https://ibb.co/B3x62hS)