Search found 22 matches

by logan54
Thu Jun 20, 2019 6:47 pm
Forum: ChibiOS/RT
Topic: RT 19.1: Exception Handling for Fast Interrupt
Replies: 2
Views: 2373

Re: RT 19.1: Exception Handling for Fast Interrupt

Hi Giovanni,

thank you for the advice, I'll implement the Handling withing this architecture

regards
Lorenz
by logan54
Fri Jun 14, 2019 9:43 am
Forum: ChibiOS/RT
Topic: RT 19.1: Exception Handling for Fast Interrupt
Replies: 2
Views: 2373

RT 19.1: Exception Handling for Fast Interrupt

Hello, I am trying to port the RT Kernel of CHIBIOS 19.1.2 to the Cypress MB9BF516N (Cortex M3) (see SK-FM3-100PMC-MB9BF516N https://www.cypress.com/documentation/development-kitsboards/fm3-100pmc-mb9bf516n ). This MCU has the following core: 32-bit ARM Cortex-M3 Core Processor version: r2p1 Up to 1...
by logan54
Mon Nov 30, 2015 10:12 pm
Forum: 16FX Support
Topic: Benchmark of 2.6.9 Kernel
Replies: 0
Views: 4069

Benchmark of 2.6.9 Kernel

Dear Forum,

imporved Compiler Settings caused faster test result of the 2.6.9 Kernel,
results are attached

regards,
logan54
by logan54
Mon Nov 30, 2015 10:05 pm
Forum: 16FX Support
Topic: 16FX Kernel Update to 2.6.9
Replies: 1
Views: 32230

16FX Kernel Update to 2.6.9

Dear Forum, Dear Giovanni, I’m presenting a first Update of ChibiOS 2.6 Line for the Spansion 16FX Architecture. The Kernel Demo is updated to Kernel 2.6.9 Changes made from Version 2.6.3 to 2.6.9 added to the kernel Code. Because of the lack of a C99 Compiler for this architecture, there are no pla...
by logan54
Sun Sep 21, 2014 2:39 pm
Forum: General Support
Topic: Multiple Thread Style Guide
Replies: 2
Views: 2430

Re: Multiple Thread Style Guide

Hello,

many thanks,
I've solved my issue

regards,

logan54
by logan54
Sun Sep 21, 2014 12:56 pm
Forum: General Support
Topic: Multiple Thread Style Guide
Replies: 2
Views: 2430

Multiple Thread Style Guide

Hello,

I want to program a empty stack counter in the IDLE Thread, therefore It would be convenient to store all threads/or thread working areas in a kind of array, that I can loop through. Is there a style guide to achive this easily ?

regards,

logan54
by logan54
Sun Sep 21, 2014 12:03 pm
Forum: General Support
Topic: chEvtWaitAnyTimeout Question
Replies: 2
Views: 2575

Re: chEvtWaitAnyTimeout Question

Hello,

thank you for confirmation

regards,

logan54
by logan54
Sun Sep 21, 2014 11:10 am
Forum: General Support
Topic: chEvtWaitAnyTimeout Question
Replies: 2
Views: 2575

chEvtWaitAnyTimeout Question

Hello, I've a question about the chEvtWaitAnyTimeout Function in ChibiOS 2.6. Does the Timeout be fired regularly, or is it postponed every received event. I want to use to command to drive a protocol stack, so I need also a reset condition when the communication fails. I’am followed your example fo...
by logan54
Sun Sep 21, 2014 8:53 am
Forum: General Support
Topic: Priority Level Question
Replies: 3
Views: 2794

Re: Priority Level Question

Hello, I've set #define CH_NO_IDLE_THREAD TRUE and I've stepped through Initialisation by Debugger, but I've found no where a section where the main function thread priority is set in a way, so if I don't set the main function priority to IDLEPRIO, so my LOWPRIO Thread will never run. Anyhow you hav...
by logan54
Sat Sep 20, 2014 9:45 pm
Forum: General Support
Topic: Priority Level Question
Replies: 3
Views: 2794

Priority Level Question

Hello, I ‘am using Chibi 2.6.3 and have question about the CPU usage. I’ve set up a small project on a Spansion 16FX to test the kernel. The Project has 3 Thread, where the first Thread just counts a 7 Segment Display up. The second thread drives an online Protocol for interfacing a PC Program by th...

Go to advanced search