New pages
Jump to navigation
Jump to search
- 22:49, 13 October 2024 Infineon AURIX TC2xx (hist | edit) [314 bytes] Timo.stripf (talk | contribs) (Created page with "== External Links == * https://www.infineon.com/cms/en/product/microcontroller/32-bit-tricore-microcontroller/32-bit-tricore-aurix-tc2xx/ * [https://www.infineon.com/dgdl/Infineon-TC29x_B-step-UM-v01_03-EN.pdf?fileId=5546d46269bda8df0169ca1bdee424a2 TC29x B-Step User Manual] Category:Supported Architectures") Tag: Visual edit
- 08:01, 11 October 2024 TriCore Instruction Set Architecture (hist | edit) [30,097 bytes] Timo.stripf (talk | contribs) (Created page with "TriCore is a unified, 32-bit microcontroller-DSP, single-core architecture optimized for real-time embedded systems. == Features == The key features of the TriCore Instruction Set Architecture (ISA) are: * • 32-bit architecture * • 4 GBytes of address space * • 16-bit and 32-bit instructions for reduced code size * • Most instructions executed in one cycle * • Branch instructions (using branch prediction) * • Low interrupt latency with fast automatic contex...") Tag: Visual edit originally created as "Tricore TC1.6.2 Instruction Set Architecture"
- 08:55, 30 September 2024 emmtrix Code Generator (hist | edit) [4,403 bytes] Mira.steinmetz (talk | contribs) (Created page with "== Our Solution for MATLAB® Code Generation == emmtrix Code Generator (eCG) translated MATLAB®, GNU Octave, or Scilab code into platform-independent and readable C or C++ code suitable for embedded processors. The generated code was easy to understand, prepared for parallelization, and could be adjusted to individual requirements. Automatically generated reports helped with the code certification process. In combination with emmtrix Parallel Studio, eCG enabled multico...") Tag: Visual edit
- 08:10, 30 September 2024 emmtrix Model Code Generator (hist | edit) [1,943 bytes] Mira.steinmetz (talk | contribs) (Created page with "== Our Solution for Simulink® == The emmtrix Model Code Generator translated your Simulink® models (''.slx) into MATLAB® or GNU Octave script files (''.m). The generated code was easy to understand and provided traceability to the original Simulink® blocks. If you wanted to convert your *.m files to C or C++, you could use our emmtrix Code Generator to complete the entire process in one tool.") Tag: Visual edit
- 09:05, 27 September 2024 Logical Execution Time (LET) (hist | edit) [4,991 bytes] Mira.steinmetz (talk | contribs) (Created page with "Logical Execution Time for Control Applications The most obvious approach for parallelization or porting control software to multi-core systems is based on a last is best model that relies on shared memory and global variables. However, jitter can occur when using this approach, which results in non-deterministic runtime behaviour. Additionally, the approach has poor scalability with the number of cores. This article discusses the use of logical execution time for paral...")
- 13:30, 2 August 2024 Eclipse Xcore Cheat Sheet (hist | edit) [4,497 bytes] Timo.stripf (talk | contribs) (Created page with "{{DISPLAYTITLE:xcore Cheat Sheet}} *https://wiki.eclipse.org/Xcore *https://www.eclipse.org/Xtext/documentation/305_xbase.html *https://www.eclipse.org/modeling/emf/docs/1.x/UG/EMF_v1.0_Users_Guide.html#s1043 ==Variables== {| class="wikitable" !Reference !Expanation |- |contains |Containment reference |- |refers |Cross reference |- |container |Container reference |} {| class="wikitable" !Flag !Expanation |- |unsettable |The variable gets an additional flag if it is set...") originally created as "Xcore+Cheat+Sheet"
- 11:06, 30 July 2024 emmtrix Dependency Analyzer (hist | edit) [12,435 bytes] Timo.stripf (talk | contribs) (Created page with "The emmtrix Dependency Analyzer (eDA) analyzes C source code to extract which output signals/variables depend on which input signals/variables. == Dependency Analysis == The core dependency analysis of the eDA tool is using the C source code and an entry function (typically a runnable in an automotive application) as input. It calculates which global variables depend on each other when the function is executed. If a variable v1 depends on variable v2, the result of v1 i...") Tag: Visual edit