Search found 22 matches

by bw64
25 Apr 2013 14:50
Forum: Product Announcements
Topic: mikromedia+ for STM32 released!
Replies: 47
Views: 135572

Re: mikromedia+ for STM32 released!

Another difference with mikromedia is the use of 1M resistors for the BAT-VSENSE circuit. Are these standard 1M resistors or special for current sensing? thanks
by bw64
19 Apr 2013 05:10
Forum: Product Announcements
Topic: mikromedia+ for STM32 released!
Replies: 47
Views: 135572

Re: mikromedia+ for STM32 released!

thanks
by bw64
18 Apr 2013 04:04
Forum: Product Announcements
Topic: mikromedia+ for STM32 released!
Replies: 47
Views: 135572

Re: mikromedia+ for STM32 released!

Hi, congrats on the new product, looks great.
One question, I noticed it has a new voltage regulator TPS63060. In which ways is this better than the one in the previous product LD29080DT33?
thanks
by bw64
05 Jul 2012 22:54
Forum: mikroC PRO for PIC32 General
Topic: USB Serial Number
Replies: 3
Views: 2092

Re: USB Serial Number

Hi Janko,

is this feature going to be added to the next release?

in the meantime, is there any way to update the library files to implement this feature as a work around?

thanks
by bw64
30 Jun 2012 00:24
Forum: mikroC PRO for PIC32 General
Topic: USB Serial Number
Replies: 3
Views: 2092

USB Serial Number

Hi, I'm trying to configure the serial number in the USB descriptor with no success. char iSerialNumber; // iSerialNumber - Index of string descriptor for the serial number. a solution is published in this thread: http://www.mikroe.com/forum/viewtopic.php?f=97&t=26036&p=129379#p129379 but this doesn...
by bw64
20 Apr 2012 04:37
Forum: mikroC PRO for PIC32 General
Topic: sprintf with more than one value
Replies: 3
Views: 2445

Re: sprintf with more than one value

Hi,

according to the doc...

Code: Select all

void sprintf(char *wh, const code char *f,...);
where...

Code: Select all

wh: destination string 
f: format string 
your example has the destination and format strings in the opposite order... is that how is this library in mikroC supposed to work???
by bw64
15 Apr 2012 17:40
Forum: Development Boards
Topic: current consumption of VSENSE in MMB
Replies: 1
Views: 854

current consumption of VSENSE in MMB

Hi, The excellent micro media board for pic32 has a circuit segment with three 4K7 resistors coming from VCC-BAT to VSENSE (RB9) and ground. That means, if my calculations are correct, that this circuit will consume a current of 0.26 mA. While this is a small current, I was wondering if there is any...
by bw64
12 Apr 2012 05:53
Forum: mikroC PRO for PIC32 General
Topic: sprintf with more than one value
Replies: 3
Views: 2445

sprintf with more than one value

Hi,
is sprintf with more than one value supported? the following call seems to hang the microcontroller:

int i, j;
char buffer[128];
sprintf(buffer, "message: %d, %d", i, j);
by bw64
29 Mar 2012 13:18
Forum: Development Boards
Topic: PIC32 32.768 crystal load capacitance
Replies: 5
Views: 2235

Re: PIC32 32.768 crystal load capacitance

Thanks Filip!
by bw64
28 Mar 2012 16:35
Forum: Development Boards
Topic: PIC32 32.768 crystal load capacitance
Replies: 5
Views: 2235

Re: PIC32 32.768 crystal load capacitance

Hi Filip. Since FC-255 can have 7pF or 12.5pF, what is the capacitance selected? 12.5pF?
Thank you.
by bw64
28 Mar 2012 02:32
Forum: Development Boards
Topic: PIC32 32.768 crystal load capacitance
Replies: 5
Views: 2235

PIC32 32.768 crystal load capacitance

Hi,
What is the load capacitance of the 32.768 kHz crystal used in the PIC32 boards? (MMB, LV32MX v6).
Thanks!
by bw64
28 Mar 2012 02:24
Forum: Development Boards
Topic: battery charge monitoring
Replies: 4
Views: 1681

Re: battery charge monitoring

Thanks Janko,
that worked!
by bw64
22 Mar 2012 21:57
Forum: Development Boards
Topic: battery charge monitoring
Replies: 4
Views: 1681

Re: battery charge monitoring

Hi Janko, I'm now able to read the analog values from VSENSE (AN9). What I'm having some issues is with the STAT pin. It looks like 0 means battery is charging and 1 means otherwise (battery full or not present). I'm using the following code to read from STAT (RC3): AD1PCFG = 0xFFFF; TRISC3_bit = 1;...
by bw64
17 Mar 2012 01:00
Forum: Development Boards
Topic: ferrite bead values
Replies: 2
Views: 2150

Re: ferrite bead values

Thanks Filip!
by bw64
02 Mar 2012 00:04
Forum: Development Boards
Topic: ferrite bead values
Replies: 2
Views: 2150

ferrite bead values

Hi,
would it be possible to know the values of the ferrite bead in the Mikromedia for PIC32 board?
Thanks!

Go to advanced search