Search found 44 matches

by Eddie
Sat Oct 12, 2019 1:23 pm
Forum: Bug Reports
Topic: ChibiOS Eclipse debug view
Replies: 7
Views: 4004

Re: ChibiOS Eclipse debug view

Yes, presumably the local ch is overriding the global one. Changing variable name resolved the problem. Thank you.
by Eddie
Fri Oct 11, 2019 9:46 pm
Forum: Bug Reports
Topic: ChibiOS Eclipse debug view
Replies: 7
Views: 4004

Re: ChibiOS Eclipse debug view

OK, thank you. Here is complete project for F4 discovery.

ChibiStudio Preview 21
ChibiOS 1.9.3
GCC 7.0

I got only warning
main.c:63:12: warning: variable 'ch' set but not used [-Wunused-but-set-variable]
by Eddie
Fri Oct 11, 2019 9:08 pm
Forum: Bug Reports
Topic: ChibiOS Eclipse debug view
Replies: 7
Views: 4004

Re: ChibiOS Eclipse debug view

Hi, I did a long debug until I found a curious mistake. In DAC callback I used the variable ch. If breakpoint is set in main, everything is fine, if breakpoint is set to DAC callback, plugin reports Chibios not found. I don't exactly understand the problem when variable ch is defined as local. /* * ...
by Eddie
Fri Oct 11, 2019 3:30 pm
Forum: Bug Reports
Topic: ChibiOS Eclipse debug view
Replies: 7
Views: 4004

ChibiOS Eclipse debug view

Hi, I tried Chibios after a long time. Has anything changed in debuging? If I stop the program in the main routine, the chibios plugin reads the Chibios status and everithing is OK. But if I stop the program in ISR, the plugin writes Chibios not found on target. Thank you. ChibiStudio Preview 21 Chi...
by Eddie
Tue Dec 26, 2017 3:03 pm
Forum: Bug Reports
Topic: Bad commit svn repo Topic is solved
Replies: 3
Views: 2870

Bad commit svn repo Topic is solved

Hi,
I get error after svn update - bad filename.
Here is probably bad commit in svn repo - r. 11176. See attached image - colon in filename.
by Eddie
Mon Dec 04, 2017 12:42 pm
Forum: Bug Reports
Topic: testhal STM32 multi PAL Topic is solved
Replies: 2
Views: 2710

Re: testhal STM32 multi PAL Topic is solved

Sorry, problem was in my repository..
by Eddie
Mon Dec 04, 2017 11:44 am
Forum: Bug Reports
Topic: testhal STM32 multi PAL Topic is solved
Replies: 2
Views: 2710

testhal STM32 multi PAL Topic is solved

I found error in chconf.h in testhal STM32 multi PAL stm32F103 NUCLEO. New chconf.h here: /* ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain ...
by Eddie
Fri Dec 01, 2017 4:21 pm
Forum: Small Change Requests
Topic: Goldbull board Topic is solved
Replies: 8
Views: 4924

Re: Goldbull board Topic is solved

Hi,
demo for Goldbull working without problems :)

Eddie
by Eddie
Fri Dec 01, 2017 1:44 pm
Forum: Small Change Requests
Topic: Goldbull board Topic is solved
Replies: 8
Views: 4924

Re: Goldbull board Topic is solved

I test the goldbull in the afternoon and write the result.

Eddie
by Eddie
Mon Nov 27, 2017 9:59 am
Forum: Bug Reports
Topic: test suite Topic is solved
Replies: 11
Views: 6553

Re: test suite Topic is solved

test suite running OK after last fix in trunk :)

Go to advanced search