Model-Based Design Toolbox (MBDT)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Model-Based Design Tools for MATLAB and Simulink Support


S32M2xx

  • How to
  • Tutorials
  • Videos
  • FAQ

S32ZE

  • How to
  • Tutorials
  • Videos
  • FAQ

S12ZVM

  • How to
  • Tutorials
  • Videos
  • FAQ

Kinetis V

LPC 553x

  • How to
  • Tutorials
  • Videos
  • FAQ

LAX

  • How to
  • Tutorials
  • Videos
  • FAQ

Radar/S32R

  • How to
  • Tutorials
  • Videos
  • FAQ

Vision/S32V234

  • How to
  • Tutorials
  • Videos
  • FAQ

The Model-Based Design Toolbox provides an integrated development environment and toolchain for configuring and generating all the necessary software automatically (including initialization routines and device drivers) to execute complex applications (e.g., battery management systems, motor control algorithms, communication protocols CAN, LIN, SPI, I2C, UART, and sensor-based applications) on NXP microcontrollers and microprocessors.

Discussions

Ask a Question

The following has evaluated to null or missing: ==> defaults.manyEnable [in template "Language_CP_BulkTranslation_Angular" at line 168, column 56] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign displayConn = defaults.manyEn... [in template "Language_CP_BulkTranslation_Angular" at line 168, column 33] ----