Search found 9 matches

by soumilfm@gmail.com
Wed May 19, 2021 5:38 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: UART Program modification problem S32k148
Replies: 1
Views: 10271

Re: UART Program modification problem S32k148

/* ERIKA Enterprise. */ #include "ee.h" /* HAL */ #include "hal.h" #include "pre_struct.h" #include "user_param.h" #include "user_rules.h" volatile int exit_code = 0; /* User includes (#include below this line is not maintained by Processor Expert) */ #include <string.h> #include <stdbool.h> #inclu...
by soumilfm@gmail.com
Mon May 17, 2021 12:56 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: UART Program modification problem S32k148
Replies: 1
Views: 10271

UART Program modification problem S32k148

Hello , I implemented the LPUART Echo Example with help of S32k144 example in S32k148. I want to modify the code such that I dont echo the same buffer back but use it further in tasks . I am trying to copy the buffer in other buffer as soon as I recieve the data parsed by a '&' . I want to erase the...
by soumilfm@gmail.com
Mon Mar 29, 2021 10:20 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: S32k148 EVB Examples not working , Flashing with WinIdea
Replies: 1
Views: 9607

Re: S32k148 EVB Examples not working , Flashing with WinIdea

Sorry
The Problem is solved.
I didn't change OIL parameters
EXECUTE_FROM_RAM = FALSE;
which by default in example codes is TRUE.
Another point :
The ORTI file generated by erika is not parsed by winidea. Should be changed manually .


Regards
Soumil
by soumilfm@gmail.com
Sat Mar 27, 2021 6:28 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: S32k148 EVB Examples not working , Flashing with WinIdea
Replies: 1
Views: 9607

S32k148 EVB Examples not working , Flashing with WinIdea

Hello I tried flashing S32k148 Full resource and Task LED example elf files as well as srec files generated by Erika3 . Unfortunately I don't see any code running in Dissassembly as well as no LEDs flashing on the board. I am flashing through the 20 pin Trace port with WinIDea . Other NXP code from ...
by soumilfm@gmail.com
Tue Mar 02, 2021 3:43 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Generating ORTI file STM32F4 problem in erika v2
Replies: 3
Views: 19571

Re: Generating ORTI file STM32F4 problem in erika v2

I tried generating ORTI with another example of STM32 and it worked .
by soumilfm@gmail.com
Sun Feb 28, 2021 5:27 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Generating ORTI file STM32F4 problem in erika v2
Replies: 3
Views: 19571

Generating ORTI file STM32F4 problem in erika v2

Hello,

I want to debug STM32 using WinIDea by generating ORTI file.
Using ORTI_SECTIONS = ALL,
But am not able to generate the ORTI file with erika v2.
Are there other parameter to be changed ??

Regards
Soumil
by soumilfm@gmail.com
Sun Feb 28, 2021 5:27 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Generating ORTI file STM32F4 problem in erika v2
Replies: 0
Views: 30742

Generating ORTI file STM32F4 problem in erika v2

Hello,

I want to debug STM32 using WinIDea by generating ORTI file.
Using ORTI_SECTIONS = ALL,
But am not able to generate the ORTI file with erika v2.
Are there other parameter to be changed ??

Regards
Soumil
by soumilfm@gmail.com
Wed Jan 27, 2021 3:34 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Infineon TC275 ( Lite Kit ) Support with WinIdea
Replies: 1
Views: 16298

Infineon TC275 ( Lite Kit ) Support with WinIdea

Hello , I want to use Infineon TC275 tricore (https://www.ehitex.de/starter-kits/fuer-aurix/2694/kit-aurix-tc275-lite) with Erika V3 and winIdea . What do I need in case of debugging with WinIdea using DAP debugger except the ORTI file generated by erika ? Do I need any configuration scripts because...