Search found 66 matches

by chibby
Wed Mar 01, 2017 11:33 pm
Forum: STM32 Support
Topic: Non-ISO extended-ASCII text
Replies: 8
Views: 5157

Re: Non-ISO extended-ASCII text

OK, I was hoping it could be automated, and thus not require intervention each time. For anyone who is using 'nix command line tools and hitting this problem, here is a more robust way to remove the offending characters. ( It could be done in one line with a bit of thought ). cd chibios-svn find . -...
by chibby
Wed Mar 01, 2017 7:08 pm
Forum: STM32 Support
Topic: Non-ISO extended-ASCII text
Replies: 8
Views: 5157

Re: Non-ISO extended-ASCII text

Those files are generated automatically I believe, it should be reported to ST. Giovanni This bug is still in the code base, any chance the automatically could include the fix? I did report this to ST but they have never even replied to the issue and have now deleted the old forum where it was repo...
by chibby
Wed Mar 01, 2017 3:23 am
Forum: Development and Feedback
Topic: STM32F429i-Discovery display support
Replies: 1
Views: 2808

Re: STM32F429i-Discovery display support

It comes with a ready-to-run demo using ChibiOS/RT 2.x (3.x will follow)

This is quite an old announcement now but I don't see where this "ready-to-run demo" can be found. Is this in chibios? Where?

Thanks for all the effort supporting this board and uGFX in general. Very impressive.
by chibby
Wed Mar 01, 2017 2:03 am
Forum: STM32 Support
Topic: STM32F407 demos
Replies: 2
Views: 2101

STM32F407 demos

Hi, I previously had the 407 demo running but having just got a new clone of svn it does not seem functional. svn checkout svn://svn.code.sf.net/p/chibios/svn/trunk chibios-svn I see two demos which seem relevant to this board: RT-STM32F407-DISCOVERY , the readme here seems to forget to say anything...
by chibby
Sat Jan 02, 2016 10:18 pm
Forum: STM32 Support
Topic: USB Host stack and driver for STM32
Replies: 45
Views: 35282

Re: USB Host stack and driver for STM32

Thanks for the clarification. I was thinking of host/target in the debugging context, not as USB host, my bad. So USB "host" is the one that gets the A-type connector, or OTG playing the transgender A-type role. You're using true serial USART for debugging output. I now have that wired up ...
by chibby
Tue Dec 29, 2015 6:21 am
Forum: STM32 Support
Topic: x-y confusion in MEMS demo
Replies: 2
Views: 2045

Re: x-y confusion in MEMS demo

Thanks, I suspected there may be different versions. For the record the above code matches board version MB887C, which I think is still the current version.
by chibby
Mon Dec 28, 2015 9:10 pm
Forum: STM32 Support
Topic: x-y confusion in MEMS demo
Replies: 2
Views: 2045

x-y confusion in MEMS demo

I don't know whether this is some hardware variation anomaly but the MEMS demo has the LEDS on the accelerometer all confused. Current SVN has x and y inverted and one of the axes responding in the opposite manner to the other one. The following code make tipping the board left and right light up th...
by chibby
Mon Dec 28, 2015 1:55 pm
Forum: STM32 Support
Topic: Non-ISO extended-ASCII text
Replies: 8
Views: 5157

Re: Non-ISO extended-ASCII text

[EDIT] Sorry , looks like the odd char is messing up most command line tools on linux, so it will need fixing by hand until the resp if fixed. Annoying. OK I have found a way accounting for abnormal actions of sed when faced with this odd, non-ISO character code. It needs to be done as two separate ...
by chibby
Mon Dec 28, 2015 10:44 am
Forum: STM32 Support
Topic: Non-ISO extended-ASCII text
Replies: 8
Views: 5157

Re: Non-ISO extended-ASCII text

The following *nix hieroglyphics, when run in the root directory of the Chibios tree, will replace all the defective lines with normally coded text:
by chibby
Mon Dec 28, 2015 8:17 am
Forum: STM32 Support
Topic: Non-ISO extended-ASCII text
Replies: 8
Views: 5157

Re: Non-ISO extended-ASCII text

Yes, it appears to originate at ST and needs reporting there. However, I won't hold my breath for the time it will take global corporate monolith to respond and deal with it. A single, recursive search and replace should be able to clean this up, so I posted the information here in the hope that a s...

Go to advanced search