Search found 14457 matches

by Giovanni
Sun Jul 01, 2012 8:56 pm
Forum: General Support
Topic: need an example of CAN
Replies: 2
Views: 2001

Re: need an example of CAN

Hi,

Look into ./testhal/STM32F1xx/CAN or ./testhal/STM32F4xx/CAN.

Giovanni
by Giovanni
Sun Jul 01, 2012 5:45 pm
Forum: General Support
Topic: SD card does not reply
Replies: 8
Views: 5671

Re: SD card does not reply

The MMC driver does not have any background activity, block functions should fail after a while. You should try to single step into mmcConnect() and see where it fails. Note that removing the call to wait() is a bad idea because the driver is not supposed to start a new operation while there is some...
by Giovanni
Sun Jul 01, 2012 4:29 pm
Forum: AVR Support
Topic: I2C master driver for AVR
Replies: 9
Views: 7485

Re: I2C master driver for AVR

I merged the driver.

Giovanni
by Giovanni
Sun Jul 01, 2012 3:10 pm
Forum: AVR Support
Topic: Running natively on an Arduino Mega (ATmega1280)
Replies: 6
Views: 5543

Re: Running natively on an Arduino Mega (ATmega1280)

Hi, I merged the patches, could you please verify if everything is OK?

Giovanni
by Giovanni
Sun Jul 01, 2012 12:45 pm
Forum: General Support
Topic: Something strange with timers
Replies: 38
Views: 16488

Re: Something strange with timers

I removed that setting entirely, it disappeared from the documentation.

Giovanni
by Giovanni
Sun Jul 01, 2012 9:53 am
Forum: Development and Feedback
Topic: STM32 code unstable on repository for a while
Replies: 13
Views: 7149

Re: STM32 code unstable on repository for a while

Thanks fixed as well.

Giovanni
by Giovanni
Sun Jul 01, 2012 8:28 am
Forum: General Support
Topic: STM32F4 Discovery - How to set up SPI3 for I2S
Replies: 19
Views: 15530

Re: STM32F4 Discovery - How to set up SPI3 for I2S

Hi, just disable the channel but do not release it. The release is done in xxxStop() usually, see the SPI driver for an example.

Giovanni
by Giovanni
Sun Jul 01, 2012 8:27 am
Forum: General Support
Topic: SD card does not reply
Replies: 8
Views: 5671

Re: SD card does not reply

Hi, I am unable to reproduce the problem, I've just tested on a STM32-P103 and STM32'P107. I suggest to check the SPI config structures (look at those in the demos) and SPI pins settings. Note that NSS is not an alternate but a normal output.

Giovanni
by Giovanni
Sun Jul 01, 2012 8:24 am
Forum: Development and Feedback
Topic: micro SD slots with no card detect signal
Replies: 13
Views: 8537

Re: micro SD slots with no card detect signal

Method 2 worked. I added a demo for the STM32-P107 board demonstrating it. Note, it is for Rev.A, Rev.B requires modified board files because it uses USART2 instead of USART3 and there could be more differences.

Giovanni
by Giovanni
Sat Jun 30, 2012 8:48 pm
Forum: Development and Feedback
Topic: The STM32-E407 topic
Replies: 42
Views: 21639

Re: The STM32-E407 topic

Lol, go complain with Tsvetan :)

Giovanni

Go to advanced search