Search found 417 matches

by mabl
Thu Sep 22, 2011 12:30 pm
Forum: Development and Feedback
Topic: Another interesting Discovery kit from ST
Replies: 36
Views: 23139

Re: Another interesting Discovery kit from ST

Wow! This thing can do quite some number crunching....

Now if it also had an PHY integrated...
by mabl
Wed Sep 21, 2011 8:34 pm
Forum: General Support
Topic: Cannot get MMC to work under stm32f107
Replies: 8
Views: 4871

Re: Cannot get MMC to work under stm32f107

Thx for the hint.
by mabl
Wed Sep 21, 2011 8:31 pm
Forum: General Support
Topic: Cannot get MMC to work under stm32f107
Replies: 8
Views: 4871

Re: Cannot get MMC to work under stm32f107

Great! It works now. Thank you so much for the fast support!
by mabl
Wed Sep 21, 2011 8:17 pm
Forum: General Support
Topic: Cannot get MMC to work under stm32f107
Replies: 8
Views: 4871

Re: Cannot get MMC to work under stm32f107

Hi Giovanni,

the problem is still there (as of rev 3378). I also just made a quick and dirty adaption of the f103-fatfs demo to my Olimex board - it shows exactly the same behavior.

Update: Added the Olimex STM32P107 demo
by mabl
Wed Sep 21, 2011 7:54 pm
Forum: General Support
Topic: Cannot get MMC to work under stm32f107
Replies: 8
Views: 4871

Re: Cannot get MMC to work under stm32f107

It's the Olimex Board, so it's SPID3.
by mabl
Wed Sep 21, 2011 7:42 pm
Forum: General Support
Topic: Cannot get MMC to work under stm32f107
Replies: 8
Views: 4871

Cannot get MMC to work under stm32f107

Hello, today I tried to upgrade my Chibios Code from revision 3223 to trunk (3313). Everything works great - except the mmc_spi interface to my sd card. It's still the same user code, and the hal interface has not changed between those revisions - so it ought to work, right? The execution of the Thr...
by mabl
Wed Sep 21, 2011 8:33 am
Forum: General Support
Topic: Looking for help with my C++ thread class
Replies: 25
Views: 14040

Re: Looking for help with my C++ thread class

Of cause you are right. But ROM consumption can be reduced further, even with libstdc++. I found some great tips here: http://www.webalice.it/fede.tft/cpp_on_ ... ricks.html
by mabl
Tue Sep 20, 2011 8:46 pm
Forum: General Support
Topic: Looking for help with my C++ thread class
Replies: 25
Views: 14040

Re: Looking for help with my C++ thread class

Great! This seams to work. I even added a std::vector test - all fine! Of cause this will take up huge amounts of ROM... But it works nonetheless.
by mabl
Tue Sep 20, 2011 6:45 pm
Forum: General Support
Topic: Looking for help with my C++ thread class
Replies: 25
Views: 14040

Re: Looking for help with my C++ thread class

Hi Giovanni, I just made some test with libstdc++. It uses standard malloc for allocation and has some os layer support for newlib (mainly ctype). In my tests I can create objects with new, and the constructor is called as well. Though I'm pretty sure malloc will collide with the ChibiOs allocator, ...
by mabl
Tue Sep 20, 2011 4:21 pm
Forum: General Support
Topic: Looking for help with my C++ thread class
Replies: 25
Views: 14040

Re: Looking for help with my C++ thread class

That really is unfortunate. I also run into the C++ limitations quite often. For now I'm fine with the wrapper class, but improved C++ language support would really be great. Is there any documentation on the internet on what is missing and how to do it? EDIT: I know it is an awful hack, but in the ...

Go to advanced search