Search found 825 matches

by steved
Thu Aug 11, 2016 5:36 pm
Forum: Bug Reports
Topic: STM32F09X registry error Topic is solved
Replies: 1
Views: 1817

STM32F09X registry error Topic is solved

There are some surplus brackets in the UART receive DMA definitions for 32F09X - roughly line 1900 onwards
by steved
Thu Aug 11, 2016 8:25 am
Forum: STM32 Support
Topic: SPI HS single transfer question
Replies: 5
Views: 2251

Re: SPI HS single transfer question

It's inherent in the way SPI works that you can both send and receive data at the same time. If you have no data to receive, just ignore it. If MISO is brought out, just tie it to a known level (as good wiring practice). If there's no MISO pin configured, I imagine the device would do this internally.
by steved
Wed Aug 10, 2016 9:03 am
Forum: ChibiStudio
Topic: Running on other drives?
Replies: 15
Views: 6122

Re: Running on other drives?

Got this working - its a matter of procedure - to me, non-intuitive. Its not enough to have the configuration file loaded and in the active window. The configuration file must be specifically selected in the project explorer (it doesn't need to be open at all). The generated files are overwritten on...
by steved
Thu Aug 04, 2016 9:28 pm
Forum: ChibiStudio
Topic: Running on other drives?
Replies: 15
Views: 6122

Re: Running on other drives?

Have now tried to generate board files on a ChibiStudio 17 installation in the default "C:\ChibiStudio" location on W7, with the same results. Also tried renaming the existing board files so that they would be created from scratch, to no effect. I have noticed that in http://www.chibios.co...
by steved
Fri Jul 29, 2016 1:36 pm
Forum: ChibiStudio
Topic: Running on other drives?
Replies: 15
Views: 6122

Re: Running on other drives?

Done two trials so far: a) Clean install of ChibiStudio17 on a 32-bit XP machine with an oldish version of Java - around 1.7. This is the machine I used to use for most of my Chibi-related development, and everything 'just worked' . It also runs an older version of Eclipse (for another development p...
by steved
Fri Jul 29, 2016 1:25 pm
Forum: Development and Feedback
Topic: C++ wrappers
Replies: 84
Views: 47263

Re: C++ wrappers

Any comments on this? Surely I cannot be the only one using C++ here. :) I've had a quick look, but posting as a patch does make it a bit tricky to read. I've barely used C++ with Chibi, but have used certain aspects of it extensively on another embedded platform (with rather more memory than any o...
by steved
Tue Jul 26, 2016 10:57 am
Forum: ChibiStudio
Topic: Running on other drives?
Replies: 15
Views: 6122

Re: Running on other drives?

Giovanni wrote:Try installing the latest 32bits Java too.

Giovanni

Its actually a 64-bit OS (W7 Pro).
Java version currently 1.8.0_45

Will try an update in a few days time.
by steved
Tue Jul 26, 2016 8:44 am
Forum: ChibiStudio
Topic: Running on other drives?
Replies: 15
Views: 6122

Re: Running on other drives?

Installation is in D:\ChibiStudio rather than C:\ChibiStudio - so as simple a change as possible! Its a fresh install done by unzipping from the root directory of D:, then changing the names in various places as noted. Didn't appear to work on another machine where the software's installed in C:\Chi...
by steved
Tue Jul 26, 2016 8:35 am
Forum: Development and Feedback
Topic: C++ wrappers
Replies: 84
Views: 47263

Re: C++ wrappers

Though, to not get conflict with the original macros 2 choices are available: 1. As I did now, and slightly changed from the original name. 2. #undef the original macros in the ch.hpp, I personally like this better as C macros should not be used in the C++ case. What do you guys think? Is condition...
by steved
Mon Jul 25, 2016 3:35 pm
Forum: ChibiStudio
Topic: Running on other drives?
Replies: 15
Views: 6122

Re: Running on other drives?

Linked resources use a workspace variable CHIBIOS, if you change the variable then all projects will work with the new path. Works fine, thankyou. About point 3, it should work, I use it from a different path without problems. You need to click the .chcfg file and use the button that appears on the...

Go to advanced search