Search found 91 matches

by josesimoes
Mon Aug 14, 2017 5:54 pm
Forum: Bug Reports
Topic: Issues with spiSend() Topic is solved
Replies: 7
Views: 5381

Re: Issues with spiSend() Topic is solved

Thanks for the prompt reply. And for moving the topic to the appropriate section :oops: As I've wrote on the original post, I've tried to use both the array that the send function receives and also copying that to a local static var. Here's a code snippet: #if defined(__GNUC__) __attribute__((aligne...
by josesimoes
Mon Aug 14, 2017 4:38 pm
Forum: Bug Reports
Topic: Issues with spiSend() Topic is solved
Replies: 7
Views: 5381

Issues with spiSend() Topic is solved

Hi, (this is related with ST_STM32F429I_DISCOVERY board) I'm trying to use the SPI to write a byte array to a SPI device and keep bumping onto a "DMA failure" exception. This is write only operation. If I call spiSend(...) the exception is thrown. If I call spiStartSendI(...) the code exec...
by josesimoes
Wed Aug 09, 2017 11:19 am
Forum: ChibiOS/RT
Topic: How to set the stack size on "main" thread
Replies: 1
Views: 2377

How to set the stack size on "main" thread

Hi,

How can I set the stack size of thread that will run main() (when this option is enabled)?
I could only find a way of setting this when a thread is defined with osThreadDef(...).

Thanks.
by josesimoes
Fri May 19, 2017 12:23 pm
Forum: Development and Feedback
Topic: GitHub mirror
Replies: 9
Views: 5659

GitHub mirror

Hi,

I was wondering what is the schedule update on the GtiHub mirror.
It seems to be behind the SVN repo quite often...
by josesimoes
Thu May 18, 2017 4:19 pm
Forum: Bug Reports
Topic: dfferent case in file name Topic is solved
Replies: 2
Views: 2380

Re: dfferent case in file name Topic is solved

Interesting... Wasn't aware of that... thanks for the explanation.
by josesimoes
Thu May 18, 2017 3:15 pm
Forum: Bug Reports
Topic: dfferent case in file name Topic is solved
Replies: 2
Views: 2380

dfferent case in file name Topic is solved

The files: - os\common\ports\ARMCMx\compilers\GCC\chcoreasm_v7m.S - os\common\ports\ARMCMx\compilers\GCC\chcoreasm_v6m.S - os\common\startup\ARMCMx\compilers\GCC\crt0_v7m.S - os\common\startup\ARMCMx\compilers\GCC\crt0_v6m.S are using a capital S in the extension. This is inconsistent with the other...
by josesimoes
Thu May 18, 2017 2:51 pm
Forum: Bug Reports
Topic: Build error on hal_usb_lld.c Topic is solved
Replies: 8
Views: 5120

Re: Build error on hal_usb_lld.c Topic is solved

awesome! thanks :)
by josesimoes
Thu May 18, 2017 2:29 pm
Forum: Bug Reports
Topic: Build error on hal_usb_lld.c Topic is solved
Replies: 8
Views: 5120

Re: Build error on hal_usb_lld.c Topic is solved

v6-2017-q1 and if, it matters, c11
by josesimoes
Thu May 18, 2017 1:05 pm
Forum: Bug Reports
Topic: Build error on hal_usb_lld.c Topic is solved
Replies: 8
Views: 5120

Build error on hal_usb_lld.c Topic is solved

This is in master branch.
Compiling with GCC give an error in hal_usb_lld.c line 295 because

Code: Select all

asm
is unknown.
Replacing with

Code: Select all

__asm
does build fine.
by josesimoes
Mon May 15, 2017 2:19 pm
Forum: Development and Feedback
Topic: v17 relase timeframe
Replies: 1
Views: 1714

v17 relase timeframe

Just wondering if there is any timeframe for the release of the next version.

Thanks!

Go to advanced search