Key Concepts
User interaction with the system is built around 3 key modules:Digital Component Model
A structured representation of component data that was extracted from a datasheet.
Project Options
A list of configurable options that define project targets. These allow to adjust code to the specific of the user project.
Code Generator
A deterministic code generation provides high quality and stability of the output code.
Digital Component Model
Embedd’s digital component model is a digital representation of the semiconductor datasheet. We use a proprietary AI engine to process the datasheet and extract information related to the embedded code for each component. This allows users to streamline datasheet interaction and consolidate all relevant information about the components they use in one location. The model is designed to be complete. Therefore, if certain fields are critical to the code but were not identified, manual completion will be required. Digital component model is split into following sections:- General info
- Interface
- Registers
- Datatypes
- Events
- State machines (Not available yet)
- Filters (Not available yet)
- Commands (Not available yet)
- Setup (Not available yet)
- Users can effortlessly adjust any data in the model, creating an unlimited number of configurations for each component.
Project Options
To generate the correct code, the user needs to specify the expected code settings. Currently available settings include:- Language
- Target architecture / HAL
- Memory allocation strategy
- MCU byte order
- Returning into a queue strategy
