Search found 199 matches

by pito
Sat Oct 05, 2013 9:53 am
Forum: STM32 Support
Topic: 303 to 313 migration
Replies: 2
Views: 1930

Re: 303 to 313 migration

ok thanks.
PS: FYI: stm32f313 requires 1.8V VDD max (good when using step-down converter), but I/Os are 1.8V too (bad) :)
by pito
Fri Oct 04, 2013 7:48 pm
Forum: STM32 Support
Topic: 303 to 313 migration
Replies: 2
Views: 1930

303 to 313 migration

Hi, there are demos for 303 (and 373). I am planning to make a small board with 313 (a sample). My current understanding is the only diff is the min voltage (313 is from 1.8V). Provided I will copy the 303 project into my_313, what needs to be changed typically such I can compile the demo (CS5) and ...
by pito
Wed Oct 02, 2013 2:10 pm
Forum: General Support
Topic: chprintf - %ld
Replies: 3
Views: 2177

Re: chprintf - %ld

The uxtms gets a constant number, why it increments then? :)
by pito
Wed Oct 02, 2013 12:25 am
Forum: General Support
Topic: chprintf - %ld
Replies: 3
Views: 2177

chprintf - %ld

I cannot get chprintf print a %ld (or %LD), I am getting an int. Any hint how to print an int64_t? uxtms = 999888777666L; chprintf(chp, "%d %ld\r\n", uxt, uxtms); .. 1380670167 433985367 Interestingly, when the uxt (int32_t) increments, the uxtms (int64_t) increments as well.. 1380670542 4...
by pito
Wed Sep 25, 2013 9:15 pm
Forum: User Projects
Topic: PCF8563 RTC I2C library
Replies: 2
Views: 2727

Re: PCF8563 RTC I2C library

Update - sync with Fede's DS1307.
by pito
Wed Sep 25, 2013 8:15 pm
Forum: User Projects
Topic: DS1307 RTC I2C library
Replies: 12
Views: 11471

Re: DS1307 RTC I2C library

Hi Fede, enclosed your DS1307.c file with fixing some issues (do compare the files). I get none warnings with it (w/ my rtc). One Q: there is an rtc support in chibios already (os/various/chrtclib.h.c), using <time.h> library and the standard tm structure for dealing with time stuff. I like the uint...
by pito
Wed Sep 25, 2013 7:59 pm
Forum: STM32 Support
Topic: The new STM32F429Discovery
Replies: 14
Views: 8383

Re: The new STM32F429Discovery

I just don't understand the usefulness of a gyroscope alone on that board.

A marketing guy did set a cost cap, I bet.. :D
by pito
Wed Sep 25, 2013 4:12 pm
Forum: User Projects
Topic: PCF8563 RTC I2C library
Replies: 2
Views: 2727

Re: PCF8563 RTC I2C library

Update, few bugs removed.
by pito
Wed Sep 25, 2013 1:20 pm
Forum: General Support
Topic: A FIFO class include
Replies: 1
Views: 1551

A FIFO class include

I want to use the FIFO class from avr Nilrtos. I've modded it for chibi (chFIFO.h). Is there a simple way to include it into chibios C build? Do I need to build the whole stuff as cpp?
by pito
Wed Sep 25, 2013 7:21 am
Forum: STM32 Support
Topic: The new STM32L100C Discovery kit
Replies: 7
Views: 4203

Re: The new STM32L100C Discovery kit

You may use FRAM or MRAM SPI memories, up to 512kBytes/chip today. All nonvolatile,unlimited r/w, w/ SPI clock faster than any STM can do.. :)

Go to advanced search