Search found 19 matches

by Tinkerer
Tue Nov 13, 2018 9:15 am
Forum: STM32 Support
Topic: STM32F0 ADC Example not working?
Replies: 3
Views: 2915

Re: STM32F0 ADC Example not working?

Hello Giovanni, Thanks, that helped. I tried -O0, and it still didn't work as expected. Then, by stepping through the code I found that the breakpoint is never hit because it was on the "(void) adcp;" declaration line instead of the line below. Human error.... Next I reset to -O2, which ga...
by Tinkerer
Mon Nov 12, 2018 4:33 pm
Forum: STM32 Support
Topic: STM32F0 ADC Example not working?
Replies: 3
Views: 2915

STM32F0 ADC Example not working?

Dear reader, I'm trying to run the STM32F0XX-ADC example on a bare STM32F051K8 microcontroller. Although it compiles and runs on the hardware, it seems to not do any conversions. Configuration: * ChibiStudio 20 * ChibiOS 18.2 * Started with start_gcc70.bat * Connected to ST-Link/V2 Description of sy...
by Tinkerer
Mon Nov 05, 2018 10:19 pm
Forum: ChibiStudio
Topic: How to find an installer of an old ChibiStudio version
Replies: 10
Views: 6664

Re: How to find an installer of an old ChibiStudio version

The Chibios version is 176. Would this be compatible with Chibistudio Preview 20?
by Tinkerer
Mon Nov 05, 2018 1:43 pm
Forum: ChibiStudio
Topic: How to find an installer of an old ChibiStudio version
Replies: 10
Views: 6664

Re: How to find an installer of an old ChibiStudio version

The project was made in that version, the person developing it is now working through a major update of another part of the firmware, so I can't ask him to migrate ChibiStudio to a new version too.

I actually thought it was a simple question, but apparently it's not :roll: sorry guys!
by Tinkerer
Mon Nov 05, 2018 11:47 am
Forum: ChibiStudio
Topic: How to find an installer of an old ChibiStudio version
Replies: 10
Views: 6664

Re: How to find an installer of an old ChibiStudio version

Hello Giovanni,

Preview 19 is what I need, would be very happy if you could share it somewhere, if needed you can send me a WeTransfer link over PM.

Greetings,
Tinkerer.
by Tinkerer
Mon Nov 05, 2018 11:39 am
Forum: ChibiStudio
Topic: How to find an installer of an old ChibiStudio version
Replies: 10
Views: 6664

How to find an installer of an old ChibiStudio version

Dear people,

I'm trying to compile code made with ChibiStudio Preview 19. I'd like to get the installer / zip file for that to at least first try in a 'known good environment' before updating to ChibiStudio Preview 20, but I can't find it on sourceforge. Is it still available?
by Tinkerer
Wed Jan 24, 2018 10:20 am
Forum: Development and Feedback
Topic: Trouble porting C++ code, MemoryPools
Replies: 2
Views: 2221

Re: Trouble porting C++ code, MemoryPools

OK, this was completely user error. I tried to instantiate a new MemoryPool with initializing parameters in the public: section of the class. This is not how it's supposed to be, I needed to make a default constructor, and within that constructor the initialization of the MemoryPools. If anyone else...
by Tinkerer
Fri Jan 19, 2018 2:55 pm
Forum: Development and Feedback
Topic: Trouble porting C++ code, MemoryPools
Replies: 2
Views: 2221

Trouble porting C++ code, MemoryPools

Dear reader, I'm trying to port an application that was originally written for mbed ( https://os.mbed.com/teams/Xsens/code/MTi-1_example/file/cb7fbf7821b5/main.cpp/ ). This application uses MemoryPools and Queues, as far as I understand from the documentation the queues of mbed resemble a lot the ma...

Go to advanced search