Search found 861 matches

by barthess
Fri Jun 24, 2016 8:47 am
Forum: Development and Feedback
Topic: STM32F7x7 support
Replies: 7
Views: 4437

Re: STM32F7x7 support

Looks like DP float works out of box. Console output correct too.
by barthess
Fri Jun 24, 2016 7:41 am
Forum: Development and Feedback
Topic: STM32F7x7 support
Replies: 7
Views: 4437

Re: STM32F7x7 support

There is patch for OpenOCD http://openocd.zylin.com/#/c/3526/ but it not merged yet. I currently use OpenOCD from eclipse plugin found here http://www.openstm32.org/HomePage I can share it with you if you do not like registrations just for file download.
by barthess
Thu Jun 23, 2016 8:50 am
Forum: Development and Feedback
Topic: STM32F7x7 support
Replies: 7
Views: 4437

STM32F7x7 support

Hello. Preface: After some years of development we decide to move from F4x to F7x just because of hardware double precision FPU. I know about Cortex-A based SoC but they are too complex, too hard to support and definitely overkill for our needs. Is there any plans about STM32F7x7 support in ChibiOS?...
by barthess
Fri Jun 10, 2016 9:42 pm
Forum: ChibiOS/EX
Topic: Digital pressure sensor Driver
Replies: 87
Views: 45847

Re: Digital pressure sensor Driver

i will take a look to compensation methods for barometers. All that compensation magic goes from IC's datasheet. Do you have further reading to suggest me? No. That is all I have. All future way is full of your trials and errors in context of current projects. There is no spoon silver bullet.
by barthess
Fri Jun 10, 2016 7:06 pm
Forum: ChibiOS/EX
Topic: Digital pressure sensor Driver
Replies: 87
Views: 45847

Re: Digital pressure sensor Driver

Hm... ok, let it be abstract characteristic. But BMP085 for example has settable (via API?) resolution and hardwired sensitivity. Also Sens * Data + Bias = Cooked formula is incorrect for pressure calculation. Any way, I have no ideas about common abstract interface for all kind of MEMS sensors. I h...
by barthess
Wed Jun 08, 2016 6:28 pm
Forum: ChibiOS/EX
Topic: Digital pressure sensor Driver
Replies: 87
Views: 45847

Re: Digital pressure sensor Driver

Hi there. 1) I see problem in thermometer and barometer API. I do not know barometers and thermometers with settable sensitivity . They have resolution instead. 2) All sensors return just MSG_OK/MSG_RESET. What about returning error mask/number? Or additional API call like getLastError(sensor *ptr)?
by barthess
Sat Apr 23, 2016 6:30 pm
Forum: Development and Feedback
Topic: [UPDATE] Fixes required in community makefiles
Replies: 1
Views: 1630

Re: [UPDATE] Fixes required in community makefiles

I have updated STM32 related Makefiles.
P.S. I can grant write access to you if you want.
by barthess
Thu Apr 07, 2016 3:53 pm
Forum: Development and Feedback
Topic: C++ wrappers
Replies: 84
Views: 47261

Re: C++ wrappers

Hi, It is just my IMO. I have used C++ with ChibiOS for about 2 years. C++ here gains more problems than solves. Finally I am stuck with very limited subset of C++ (namespaces, typed enums, virtual functions and single level templates for functions). Declaring new() delete() looks like bad idea too ...
by barthess
Mon Mar 28, 2016 7:55 pm
Forum: ChibiOS/HAL
Topic: 1-Wire. Hardware abstracted
Replies: 47
Views: 24479

Re: 1-Wire. Hardware abstracted

Hello. I have updated code with improved critical sections protection. It works as expected on my hardware. Could you check it in yours? Currently there are no additional checks of arguments passed to PWM I-class API. Problems possible only if user changes fields of pwm_config after onewireStart() c...
by barthess
Mon Mar 28, 2016 9:11 am
Forum: Development and Feedback
Topic: [INFO] HAL files renaming
Replies: 5
Views: 3018

Re: [INFO] HAL files renaming

Yet another bothering moment is lots of copypaste code in testhal applications.
Did you think about moving of common high level code to separate application
and call it from testhals after platform dependant peripheral init?

Go to advanced search