<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
  <title>Designers Need Help</title>
  <link rel="alternate" href="http://mypic32.com/c/message_boards/find_category?p_l_id=10306&amp;categoryId=11972" />
  <subtitle />
  <entry>
    <title>RE: Why would something work with debug build with ICE but not with Release</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=187309" />
    <author>
      <name>chrisadam12</name>
    </author>
    <updated>2010-09-07T06:03:04Z</updated>
    <published>2010-09-07T06:03:04Z</published>
    <summary type="html">All secret in its firmware, but don’t worry â€“ it is ready to go.

AVR MiniICE has following properties:
Is compatible with AVR JTAG ICE;
It is capable to debug and program Atmega microcontrollers with JTAG interface;
Real time debugging support;
Regular updates of firmware to support new types of AVR;
Updates can be done directly from AVR Studio;
Power supply from 2.6 to 6V;
Connects to AVR Studio through COM port;
Two LED indicators (â€œPowerâ€� and â€œConnectâ€�).
Now AVR studio 4 supports following AVR MCU’s (may be already new ones included):

ATmega128, ATmega128L, AT90CAN128
ATmega16, ATmega16L
ATmega162, ATmega162L, ATmega162V
ATmega165, ATmega165V
ATmega169, ATmega169L, ATmega169V
ATmega32, ATmega32L
ATmega323, ATmega323L
ATmega64, ATmega64L
How to set up this adapter to be ready. Main thin is that you have to upload the firmware to it. For this you will need ISP programmer. First of all you will need to upload a Bootloader (or Alternative bootloader )to Atmega16 to be able to update firmware to newest one located in AVR Studio directory.
When bootloader is programmed program fuses like this (Using PonyProg):

 
Then connect AVR miniIce cable to PC COM port and start AVR Studio. In AVR Studio Tools menu locate AVR Prog. And browse for file upgrade.ebn in AVR Studio directory (by default in â€œC:\Program Files\Atmel\AVR Tools\JTAGICE\Upgrade.ebn â€�):

 
After AVR is programmed (usually you will get som error message â€“ don’t care about it), you can program AVR fuses to its previous state â€“ in order to disable bootloading:






____________________________________________________________________________________________________




Want to get-on Google's first page and loads of traffic to your website? Hire a SEO specialist from Ocean Groups [url=http://oceangroups.org/] seo specialist [/url]</summary>
    <dc:creator>chrisadam12</dc:creator>
    <dc:date>2010-09-07T06:03:04Z</dc:date>
  </entry>
  <entry>
    <title>RE: Touch Screen Controller problem!</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=187398" />
    <author>
      <name>chrisadam12</name>
    </author>
    <updated>2010-09-07T05:59:49Z</updated>
    <published>2010-09-07T05:59:49Z</published>
    <summary type="html">touch-Base is a leading developer and supplier of touchscreen and pointer device drivers. Established in 1989, we supply branded drivers to hardware manufacturers and distributors worldwide as well as direct sales to end users.

With the continued development of our new Universal Pointer Device Driver (UPDD) we are now in a position to deliver the latest driver technology for any type of pointer device including:

Touchscreens
Whiteboards
Digitisers
Mice
UMPC
Light Pens
TabletPC
Interactive Signage
Specialised pointer device controllers
The Universal Pointer Device Driver is in use on many thousands of devices worldwide. We endeavour to keep the driver current with the latest releases of all supported operating systems and available pointer device hardware.





______________________________________________________________________________________________



Want to get-on Google's first page and loads of traffic to your website? Hire a SEO specialist from Ocean Groups [url=http://oceangroups.org/] seo specialist [/url]</summary>
    <dc:creator>chrisadam12</dc:creator>
    <dc:date>2010-09-07T05:59:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: SD card interface</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=187142" />
    <author>
      <name>boseji</name>
    </author>
    <updated>2010-08-25T12:48:35Z</updated>
    <published>2010-08-25T12:48:35Z</published>
    <summary type="html">Hello,

The reason that its stuck at the initSD is that your pin configurations are different than LATHI design. Correct these changes in the HardwareProfile.h then it should work fine. You can email me. My ID is available in my Blog [url=http://m8051.blogspot.com]http://m8051.blogspot.com[/url]

Warm Regards,
Boseji</summary>
    <dc:creator>boseji</dc:creator>
    <dc:date>2010-08-25T12:48:35Z</dc:date>
  </entry>
  <entry>
    <title>PIC 32MX USB communication problem</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=186838" />
    <author>
      <name>Ghanshyam Vinubhai</name>
    </author>
    <updated>2010-08-10T13:07:54Z</updated>
    <published>2010-08-10T13:07:54Z</published>
    <summary type="html">Hi friends 

I am working on USB communication between PIC32MX575F256H(As a device) and PC. 

I have Microchip PIC32 USB Starter kit. and also circuit with PIC32MX575F256H which is design by me. 

I have some sample code for USB CDC serial communication for PIC32 USB starter kit. 

My problem is that. 

When i wrote this code in starter kit, it work well. 
But when i wrote this code in my circuit(PIC32MX575F256H), it doesn't work 

Here, i have only change device selection in IDE Configure menu, But code is as it is. 
I have used 8 MHz regular crystal(two leg) in my design as in starter kit (four leg crystal). 

I have used four wire for USB connection 

GND, D+, D-, Vbus(here, i am not connect USBID pin, is it needed?) 

I have checked using two LED blinking controlled by PIC that my circuit design with PIC32MX575F256H working properly. 

What is problem? 

Please, Help me 

Thanks in Advance 

Shyam</summary>
    <dc:creator>Ghanshyam Vinubhai</dc:creator>
    <dc:date>2010-08-10T13:07:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: UART config</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=186386" />
    <author>
      <name>cblevins</name>
    </author>
    <updated>2010-07-29T00:13:39Z</updated>
    <published>2010-07-29T00:13:39Z</published>
    <summary type="html">You probably have not set BRGH = 1.  This setting reduces the bit time from 16 clocks to 4 clocks.</summary>
    <dc:creator>cblevins</dc:creator>
    <dc:date>2010-07-29T00:13:39Z</dc:date>
  </entry>
  <entry>
    <title>RE: SD card interface</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=185931" />
    <author>
      <name>matheuz</name>
    </author>
    <updated>2010-07-22T20:56:12Z</updated>
    <published>2010-07-22T20:56:12Z</published>
    <summary type="html">Hi Boseji,

I am new to the PIC32 and I was going through your code. I took the SDMMC.c and the SDMMC.h and put them in a new project. As I have no clue on how the RTOS works I changed the delay function for a while(--time). I wrote a Main where I put the functions initSD(); writeSECTOR( 0x55, 0); deinitSD(); The thing is that I start debugging and it stays stuck at initSD();. I wanted to ask if you could know what Im doing wrong.

Thank you.

Manuel</summary>
    <dc:creator>matheuz</dc:creator>
    <dc:date>2010-07-22T20:56:12Z</dc:date>
  </entry>
  <entry>
    <title>RE: weird problems with MicroSD card</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=184896" />
    <author>
      <name>boseji</name>
    </author>
    <updated>2010-07-07T03:01:35Z</updated>
    <published>2010-07-07T03:01:35Z</published>
    <summary type="html">Hello,

I would suspect that you might have some interrupts enabled. Since I faced the same problem earlier in my project too. It uses an RTOS and I had to trick the scheduler to make my card work. Have a look at [url=http://www.mypic32.com/web/guest/contestantsprofiles?profileID=32956]http://www.mypic32.com/web/guest/contestantsprofiles?profileID=32956[/url]. You can download my project code and then try it out.

Warm Regards,
Boseji
[url=http://m8051.blogspot.com]http://m8051.blogspot.com[/url]</summary>
    <dc:creator>boseji</dc:creator>
    <dc:date>2010-07-07T03:01:35Z</dc:date>
  </entry>
  <entry>
    <title>SD device controller</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=184772" />
    <author>
      <name>L123</name>
    </author>
    <updated>2010-07-06T06:20:34Z</updated>
    <published>2010-07-06T06:20:34Z</published>
    <summary type="html">Does anyone has sample program of using PIC32 as SD device controller? i.e. to emulate a SD device instead of program the PIC as a host.</summary>
    <dc:creator>L123</dc:creator>
    <dc:date>2010-07-06T06:20:34Z</dc:date>
  </entry>
  <entry>
    <title>RE: UART config</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=184612" />
    <author>
      <name>DanDevine</name>
    </author>
    <updated>2010-07-02T02:18:28Z</updated>
    <published>2010-07-02T02:18:28Z</published>
    <summary type="html">Are you using the USB CDC stuff?  How are you getting to the fiber?</summary>
    <dc:creator>DanDevine</dc:creator>
    <dc:date>2010-07-02T02:18:28Z</dc:date>
  </entry>
  <entry>
    <title>weird problems with MicroSD card</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=183657" />
    <author>
      <name>ColdStart</name>
    </author>
    <updated>2010-05-23T21:15:35Z</updated>
    <published>2010-05-23T21:15:35Z</published>
    <summary type="html">I know this topic been here for a while, and i studied it as well as the code posted by users... now here is something strange going on.

First of all let me show u my hardware schematic, here it goes in attachment:

the thing is..before i was just running standard Microchip's application  - MDD File System-SD Card, and the strange thing is, after i runned it, and then took out my SD card and put it into PC, i saw just FILE1.TXT was created but nothing was written inside... so i guess... if it was created then my hardware schematic is OK

interesting thing is even after creating file it returned NULL pointer....if the file wouldnt been created then i would guess soemthing is wrong...but it DID create file...but did not write anything in it...


and the funniest thing now is...without any modification, now it doesnt create file at all :) very strange... i have formatted SD card both as FAT16 and FAT32...no luck...

any ideas where the problem might be? 

thank you</summary>
    <dc:creator>ColdStart</dc:creator>
    <dc:date>2010-05-23T21:15:35Z</dc:date>
  </entry>
  <entry>
    <title>Run PIC32 Starter Kit stand alone</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=183240" />
    <author>
      <name>MartinGillmann</name>
    </author>
    <updated>2010-04-17T09:39:09Z</updated>
    <published>2010-04-17T09:39:09Z</published>
    <summary type="html">Hello everybody,

Once I have programmed the kit with the code I want to run, is there a way to let it run stand alone?
I mean replace the USB connection and power the kit say with a battery.

Thanks, Martin</summary>
    <dc:creator>MartinGillmann</dc:creator>
    <dc:date>2010-04-17T09:39:09Z</dc:date>
  </entry>
  <entry>
    <title>How many possible applications are available with PIC32 starter kit?</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=182980" />
    <author>
      <name>vivek</name>
    </author>
    <updated>2010-04-09T20:11:39Z</updated>
    <published>2010-04-09T20:11:39Z</published>
    <summary type="html">How many applications are possible with pic 32 starter kit?</summary>
    <dc:creator>vivek</dc:creator>
    <dc:date>2010-04-09T20:11:39Z</dc:date>
  </entry>
  <entry>
    <title>How can I connect my PIC32MX360F512L micro controller to LCD?</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=182822" />
    <author>
      <name>vivek</name>
    </author>
    <updated>2010-04-09T19:25:38Z</updated>
    <published>2010-04-09T19:25:38Z</published>
    <summary type="html">I want to develop some applications such as Fibannocci series display on LED,LCD and seven segment display with the help of PIC 32 starter kit.
I want to develop analog to digital converter,temperature sensor and graphic LCD display. Is it possible. Any one could help me out from this situation?</summary>
    <dc:creator>vivek</dc:creator>
    <dc:date>2010-04-09T19:25:38Z</dc:date>
  </entry>
  <entry>
    <title>RE: top 5  selection,changes and ESC Bangalore suggestions</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=182748" />
    <author>
      <name>boseji</name>
    </author>
    <updated>2010-04-08T08:44:57Z</updated>
    <published>2010-04-08T08:44:57Z</published>
    <summary type="html">Hello,

I have initiated the PCB of L.A.T.H.I again. After the rejection of my earlier design from Olimex I am giving a fresh attempt to make the whole board on Eagle.
Would upload some pictures of the same.

Best of Luck,

Boseji</summary>
    <dc:creator>boseji</dc:creator>
    <dc:date>2010-04-08T08:44:57Z</dc:date>
  </entry>
  <entry>
    <title>RE: SD card interface</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=182745" />
    <author>
      <name>boseji</name>
    </author>
    <updated>2010-04-08T08:42:34Z</updated>
    <published>2010-04-08T08:42:34Z</published>
    <summary type="html">Hello,
The Possible problem is with the Pullups.
You need 47k Pull ups(3.3V) on all your SPI lines connecting to the SD card.

Hope that this should solve your problem.

Best of Luck,

Boseji</summary>
    <dc:creator>boseji</dc:creator>
    <dc:date>2010-04-08T08:42:34Z</dc:date>
  </entry>
  <entry>
    <title>RE: Phase 4 Prize Packs</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=182742" />
    <author>
      <name>boseji</name>
    </author>
    <updated>2010-04-08T08:39:55Z</updated>
    <published>2010-04-08T08:39:55Z</published>
    <summary type="html">Hi,

Its been too long since I last visited this place.
But Let me say that even till date I didn't receive the last Phase 3 prize packs promised by Micrium.
Hope that some day they may surprise me.

Best of Luck,

Warm Regards,
Boseji</summary>
    <dc:creator>boseji</dc:creator>
    <dc:date>2010-04-08T08:39:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: SD card interface</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=182273" />
    <author>
      <name>ericm</name>
    </author>
    <updated>2010-02-04T02:39:20Z</updated>
    <published>2010-02-04T02:39:20Z</published>
    <summary type="html">I'm trying to get a [url=http://www.schmalzhaus.com/UBW32/]UBW32[/url] (Pic PIC32MX460) working with a SD card --

I've downloaded Microchip's SD Demo, and am stuck at the FSInit() function.  I'm not able to get a response from the SD card.

I've followed all of the above suggestions; have voltage divider resistors on the SDO1, SCK1, and SS1 pins, as well as 10k pull-up resistors.  I've modified Hardware.h to reflect the pin assignments for this chip:

sdi1 (rc4)
sdo1 (rd0)
sck1 (rd10)
ss1 (rd9)

And slowed down the SPI communications. 

I've hooked up a scope and am seeing some odd behavior - the chip select (SS) seems to behaving correctly, but the clock (SCK) looks like it's transmitting data, not a clock signal, and it's sligtly skewed &amp; sending data slightly before the SS triggers.  SDO is always high (as well as SDI, but that's expected since it's not communicating).

This is the first time I've played with SPI communications, I'm stuck, any suggestions?

Thanks!</summary>
    <dc:creator>ericm</dc:creator>
    <dc:date>2010-02-04T02:39:20Z</dc:date>
  </entry>
  <entry>
    <title>UBW32 and DS2482-800 I2C interface</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=182217" />
    <author>
      <name>newpic87</name>
    </author>
    <updated>2010-01-27T18:53:00Z</updated>
    <published>2010-01-27T18:53:00Z</published>
    <summary type="html">Hi all,

Im doing a project in which i need to read the the address of an ID chip (DS2401) that is connected through a 1-wire bus to the DS2482-800 that is connected in return to the UBW32 using I2C protocol. Unfortunately ive been trying to solve the interface problem in the past couple of months but still no luck. I have attached the code that i wrote for the I2C interface. I need any help i can get, i will really appreciate it. I also attached a diagram of the whole project.</summary>
    <dc:creator>newpic87</dc:creator>
    <dc:date>2010-01-27T18:53:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: ISCP and JTAG on Proto Board using PIC32MX440H512</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=182044" />
    <author>
      <name>Dat</name>
    </author>
    <updated>2009-12-19T18:37:57Z</updated>
    <published>2009-12-19T18:37:57Z</published>
    <summary type="html">Nice work. How did you manufacture the pcb? You didn't make 
that at home did you? What machines do you need to make something
like that?

Thanks.</summary>
    <dc:creator>Dat</dc:creator>
    <dc:date>2009-12-19T18:37:57Z</dc:date>
  </entry>
  <entry>
    <title>UART config</title>
    <link rel="alternate" href="http://mypic32.com/c/message_boards/find_message?p_l_id=10306&amp;messageId=182041" />
    <author>
      <name>Pete D</name>
    </author>
    <updated>2009-11-23T17:55:50Z</updated>
    <published>2009-11-23T17:55:50Z</published>
    <summary type="html">Hey,

I'm relatively new to the pic32 architecture, my previous pic experiences have been limited to the pic16 line, and I am attempting to complete a design that requires that I capture 5 adc readings and transmit them via a fiber optic link. I chose the 32 because the documentation indicates that its UART is capable of 20Mbit/s rate, but I cannot seem to push it beyond the 5 Mbit rate. I have been playing with the basic uart source code, but I am unfamiliar with the predefine's of the 32 so I really am just doing things by trial and error. Could anyone give me a configuration header that would allow me to set the baud rate for its higher ranges? Thanks in advance for any help that you can offer. 

Cheers, 
Pete P. 

This is the configuration header that was included in the header in case anyone is wondering:


#pragma config FPLLMUL = MUL_20, FPLLIDIV = DIV_1, FPLLODIV = DIV_2, FWDTEN = OFF
#pragma config POSCMOD = HS, FNOSC = PRIPLL, FPBDIV = DIV_1


#define SYS_FREQ 				(80000000L)</summary>
    <dc:creator>Pete D</dc:creator>
    <dc:date>2009-11-23T17:55:50Z</dc:date>
  </entry>
</feed>

