Search found 4 matches

by Daniel_C
Sat May 17, 2014 8:21 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem with multistack and STM32F4 Discovery LCD
Replies: 2
Views: 1863

Re: Problem with multistack and STM32F4 Discovery LCD

yes it helps!
The reason of the program's crash was the interrupt stack size: increasing the size, as suggested, now it works.
Thank you very much!
Daniel
by Daniel_C
Fri May 16, 2014 8:00 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem with multistack and STM32F4 Discovery LCD
Replies: 2
Views: 1863

Problem with multistack and STM32F4 Discovery LCD

Hi, I'm trying to use the LCD/Touchscreen provided by element14 expansion set (for the touch, STMPE811QTR) with erika. I have developed an erika project in which a task (TaskLCD) waits in polling for an event in the touch, as shown in the demo by element14. Other tasks handle events related to the o...
by Daniel_C
Mon Mar 17, 2014 10:40 pm
Forum: Forum in lingua Italiana (closed)
Topic: Inclusione libreria esterna
Replies: 2
Views: 13305

Re: Inclusione libreria esterna

Compilando con l'opzione verbose ottengo: LD /cygdrive/c/PROGRA~2/GNUTOO~1/43F2B~1.720/bin/arm-none-eabi-gcc.exe -static -mcpu=cortex-m4 -mthumb -mthumb-interwork -ggdb -L/cygdrive/c/PROGRA~2/GNUTOO~1/43F2B~1.720/arm-none-eabi/lib/thumb -L"C:\\PROGRA~2\\GNUTOO~1\\43F2B~1.720\\arm-none-eabi\\lib\\thu...
by Daniel_C
Mon Mar 17, 2014 10:24 am
Forum: Forum in lingua Italiana (closed)
Topic: Inclusione libreria esterna
Replies: 2
Views: 13305

Inclusione libreria esterna

Salve a tutti, ho un problema nell'inclusione di una libreria esterna in un progetto che utilizza Erika. Ho inserito i file .h nel progetto eclipse ed incluso la libreria nel file oil, credo in maniera corretta, ma le funzioni specificate non vengono trovate (come se mancasse l'implementazione, quin...