nasa / SIL

Tools for generating CFS ECI-compatible code from Simulink models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed Table Load

JimKaidyNASA opened this issue · comments

Immediately following the successful load and startup of CNT_APP, the error "Fail to load Tbl" is throwing an error code 0xcc000020 indicating a mismatch between the Table file name and the name in the code of the table. From the log output, it appears that the are case differences and an _ versus a . character. Not sure if this is the problem or something else.
image

@JimKaidyNASA I'd like to handle this issue before #16, because I think they probably have the same root cause.

Therefore, as requested in #16, can you post the following information here:

  • arguments to the ECI_TBL_FILEDEF macro for this table (located in the table's source file)
  • value you're using for PARAM_TBL_PATH_PREFIX (which can be found in eci_app_cfg.h)
  • version of CFE you're using

Root cause ended up be mismatched app names between cfe_es_startup.scr and eci_interface.h. See #16 for additional information.