Search found 4 matches

by antperlag
Thu Aug 01, 2019 9:31 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: .oil file parameters
Replies: 1
Views: 2475

.oil file parameters

Hello, I am working with ERIKA v3 and I have not found information about the parameters of the oil file. For example, I don't know which options are available for EE_OPT and what they mean. I have been searching information in the ERIKA v3 wiki ( http://www.erika-enterprise.com/wiki/index.php?title=...
by antperlag
Mon Jul 29, 2019 1:12 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Problem using "sprintf"
Replies: 1
Views: 2513

Problem using "sprintf"

Hello, I am working with a S32K144 EVB and I have a problem when I include the function sprintf t the main function. I need this function to convert a uint to char, in order to send it by the UART as shown below: uint16_t inputCaptureMeas0 = 0; char txBuff[255]; inputCaptureMeas0 = FTM_DRV_GetInputC...
by antperlag
Fri Jul 26, 2019 11:57 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Problem building an ERIKA project
Replies: 3
Views: 5643

Re: Problem building an ERIKA project

Thanks for your answer. I mean all of these files, in my project I don't need most of it: 12:46:10 **** Incremental Build of configuration Default for project BSW **** make all make[1]: Entering directory '/cygdrive/c/Users/antpe/ONEDRI~1/5SOFTW~1/BSW/BSW_S3~1/BSW/erika' ERIKA_FILES=/cygdrive/c/User...
by antperlag
Fri Jul 26, 2019 11:19 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Problem building an ERIKA project
Replies: 3
Views: 5643

Problem building an ERIKA project

Hello, I am working in a project using ERIKAv3 and NXP S32K144 evaluation board. When I build the project after cleaning ERIKA, many uselss files are compiled and Doxygen documentation is generated and I do not want it, I only need to build the files and libraries used in the project. How can I conf...