Microchip
Comp.Arch.Embedded is a worldwide Usenet news group that is used to discuss various aspects of Embedded Systems development.
We found 608 threads matching "microchip"
You are looking at page 1 of 16.
The most relevant threads are listed first
elamaranv - 13:29 28-11-07
Hi All,
I am facing an issue with the USART Transmit. My code is as shown
below......
#include
#include
void main( void )
{
char group[10]="Microchip ";
int i;
OpenUSART( USART_TX_INT_OFF &
USART_RX_INT_OFF &
USART_ASYNCH_MODE &
USART_EIGHT_BIT &
USART_CONT_RX &
U...
> which CPU are you using?
>
In no particular order, other than alphabetic:
ARM7
ARM9
Fujitsu 16LX
Microchip PIC 12Cxxx
Microchip PIC 16Cxxx
Microchip PIC 16Fxxx
Microchip PIC 18Fxxx
MIPS clone (proprietary)
Mitsubishi M16C
ST Consumer II (8048...
Jim - 15:18 20-03-06
Hi
Is it just me or does anyone else think that Microchips latest move
(removing Microchip FAEs from distributers), is another big mistake? Already
my companys biggest distributer has decided to stop pushing Microchip
(because they can no longer provide the full support package), in favor o...
04:51 11-11-05
You can use Microchip MPFS(Microchip Pic File System). This is will
convert your data files (*.*) to C file/ .Bin file. You can download
MPFS in http://www.microchip.com .
...
On 1 Jul 2006 18:35:30 -0700, "eugene" wrote:
> Can somebody give me resources on how to develop a serial to usb
> device? I'm not allowed to use rs232 to usb ICs so I have to develop my
> own!
>
> Already have the USB specification.
>
> Thanks
Use a PIC18F2450
(http://ww1.microchi...
Hello Group,
I am facing the seemingly impossible task to identify a SMD chip marked
Microchip 85-8024-00 . Microchip obviously has no such part number listed
nor do I ever recall seeing such part numbering for their products. Custom
part marking comes to mind.
However, I googled and found seve...
05:24 28-10-04
I'd like to program my PIC16F84 with microchip MPLAB ICD 2 (I use this
software : microchip MPLAB IDE version 6.30.0.0).
It seems that the MPLAB ICD 2 doesn't support this PIC, and I can't
program it.
What's wrong? Are there other possibilities to progam this type of PIC
with the same program...
> I still think they have the only 8 pin MCU with a ADC built in.
Not by a long shot. I know Microchip has several - see
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1335&dDocName=en010114
for instance.
cheers,
Al
...
Jim Granville wrote:
....
> The big mistake here, is that Microchip are staking a chunk of their
> credibility, on a flimsy patent that they _have_ to hope never actually
> reaches open court. What was Steve thinking ?
....
There is an progress report on this case, in the news :
http...
Bill Giovino - 00:40 06-11-07
http://microcontroller.com/news/microchip_pic32.asp
Microchip has introduced a new 32-bit Microcontroller family, the Microchip PIC32!
It's based on the MIPS M4K Core. There's an embedded presentation with the article that
includes a competitive comparison and an explanation of Microchip's ex...
Is it just me? I can't get access to any Microchip site the last couple of
days.
...
07:30 07-03-07
Hi guys,
I would like to know if the SPI ports are fully
compatible between Freescale and Microchip ?
I understand that SPI has become a "de facto" standard
in the industry. The serial signals goes up to 10 Mbps,
which is enough for my app, and saves data/control buses.
Am I wrong to assu...
Does anyone know where on the MicroChip web site to get the ICD2 drivers?
The CD that came with the evaluation kit is defective and locks up my
Windows 2000.
Thanks
--
=====================================
"Evil Triumphs When Good Men Say Nothing"
=====================================
...
I've just got my new MIcrochip Explorer 16 board. Like the earlier
dsPIC kits, it uses plug-in modules and came with PIC24 and dsPIC33
devices. I don't think they are officially available yet, unless one
can get hold of samples, so it's a good way of getting to play with
them.
Leon
...
Hi,
I want to receive Vendor requests on Control EP1, but I cannot
understand from the code/comments in the Microchip MCHPFSUSB framework
where to plug my handler in. Does Microchip/anyone have sample code or
hints?
--Toby
...
DIV_SQRT - 11:33 07-12-06
HI All,
Has anybody C codes for an Microchip 18FXXX CAN BUS Bootloader?
Thanks in Advance..
...
Dan Ash - 11:51 06-10-08
Not that anyone can do anything but guess what might happen, but if
Microchip buys Atmel's MPU business, what is the prognosis for the
PIC32. I bought some PIC32 tools and invested time learning the
family, and now it may go away or new variant design activity may
stop. This is because Atmel h...
I am looking for a microcontroller with the attributes listed below.
It is for a network interface that will be interfacing with only one
digital or analog I/O. It is desirable use a battery for powering the
device. It will be sending the value of the I/O along with a
date/time stamp. A few ...
Knopf - 15:42 19-02-06
Hi.
Does anyone know software profiling tools for microchip PICs? Can I
hack this together with an ICD2 or do I really have to get an ICE?
Thanks,
popsch
...
11:55 02-10-06
Does anyone have any experience with the Microchip PKE Reference Design
Kit (APGRD001)? If so, please reply. I have a number of questions.
Thanks.
...
Martin Wells - 09:11 28-09-07
Anyone know a C89 compiler for the Microchip 16F684? I have the code
for a fully-portable C89 program that I want to run on it.
Martin
...
Microchip, in cooperation with NASA, has launched SuitSat-1, based on the PIC18
microcontroller.
Actually, it's a pretty cool embedded systems project...
http://Microcontroller.com/news/microchip_SuitSat1_NASA.asp
Regards,
Bill Giovino
Executive Editor
http://Microcontroller.com
...
drn@nadler.com - 17:22 26-08-08
Hi All - Anybody used the USB stack (thumb-drive MSD support in
particular) from Microchip, with their new PIC32MX processor ? We had
a bad experience with another vendor's part (specifically the provided
USB stack was unworkable, and the toolchain was marginal). Any good/
bad reports and/or poi...
How can we easily implement SPI using Microchip PIC16C5X series
devices, using some GPIO. If firmware achievable to implement a
slave/master interface.
Thanks for everyones input here....!
...
21:13 23-09-05
Microchip controllers are very cheap, and the tools needed to start
developing applications are the cheapest existing today!
All you need is the ICD2 Programer/Debuger tool, about 200 USD, and a
good tutorial book. The ICD2 is a tool which you can use for a very
large range of Flash processors (...
galapogos - 22:55 07-10-07
Hi,
I have the Cypress FX2LP development kit, and according to the manual,
I can select either large EEPROM(Microchip 24LC128) for simulation or
small EEPROM(Microchip 24LC00) for debugging. Since I'm still in my
development stage, I'm debugging the firmware, so I'm choosing small
EEPROM. The...
Microchip has introduced - get this, gang - a 6-PIN MICROCONTROLLER!
It's got some flash, and a comparator. You can examine it here:
http://microcontroller.com/news/Microchip_PIC10F.asp
- Bill Giovino
Executive Editor
http://Microcontroller.com
...
Microchip Technology has introduced the ENC28J60, a 28-pin 10Base-T
Stand-Alone Ethernet controller with SPI interface. A free TCP/IP stack is
also available for PIC microcontrollers.
http://microcontroller.com/news/microchip_ethernet.asp
-Bill Giovino
Executive Editor
http://Microcontro...
Neil - 01:22 11-07-06
Hi I am hoping to get a quicker answer than Microchip is takeing.
I got a partial Answer from from the Yahoo CAN Group
I am using a PIC18F2480 an Hi-Tech C.
Two Questions About the ECAN Module.
I am tring to sleep whe the CAN Bus is disconnected and wakeup when it
is reconnected.
1) I ...
http://Microcontroller.com/Embedded.asp?did=142
Atmel; Moto... uh, Freescale(!); 8051; ARM; Microchip.
I'm taking a short survey of Microchip users to help decide what future directions
development tools should take. The survey is confidential - I don't even ask for your
email address, O...
HTwoGo@googlemail.com - 15:10 26-03-08
On Mar 11, 9:58=A0am, Nickolai Leschov wrote:
> Neil wrote:
> > Nickolai Leschov wrote:
> > > Neil wrote:
> > > > Microchip gives you a command line programmer.
> > > Can you please specify more exactly where can I find it.
> > > > BUT, not for the ICD2, just the regular programm...
According to this, Microchip wants to buy Atmel (and split up its various
lines, selling some of them to OnSemi) ---
http://preview.tinyurl.com/4ltdbb
http://blog.makezine.com/archive/2008/10/microchip_along_with_onse.html
Atmel seems uninterested, though. Just as well. I don't think t...
Greetings,
I'm looking for news groups that are mainly devoted to Microchip Pics.
Anyone know of some?
Thanks,
Art
...
We use the 16C63A a lot, does anyone have a simple answer to what the
next chip after this one would be?
I would like to get the exact same footprint and operation specs only in
a flash part.
I am curious why Microchip doesn't give a migration path list on their
website, they have so many mo...
"Geoffrey Swales" wrote in message news: ...
> Hello,
>
> Can anybody provide any information on using the charge transfer
> technique using a PIC.
>
> I have read a few papers that provide a brief explanation of how to
> impliment it using just one fixed capacitor (integrator)...
time - 14:33 31-01-07
Hello,
I have source code in C language for microchip c18 compiler. But what
I have is a hi-tech compiler. Does anybody have experience to
migrating code for microchip compiler to hi-tech compiler?
Thanks.
...
Hello from the Eighth Doctor
I just received my sample order of 3 devices of the PIC10F202 (DIP-8
package), from Microchip today.
Has anyone had any prior experience with this particular device? Or perhaps the
PIC12 family? According to Microchip the PIC10, is a member of the PIC12 family.
...
I have a Microchip ICD 1 in circuit programmer/debugger that I've been using
for awhile now. My new computer only has USB ports unfortunately, and the
ICD is only serial. I bought one of those Belkin USB -> serial port
converters, but MPLAB doesn't seem to recognize the ICD. I've confirmed th...
pomerado@hotmail.com - 19:00 29-08-06
FreeRTOS.org wrote:
> > There is no pic newsgroup. Some poorly-run servers carry a spurious
> > piclist newsgroup (gated to a mailing list?) that has not been
> > created according to the Big-8 procedures, and is not propagated
> > by well-configured servers.
>
> As per:
> http:/...
> > Hey group i`ve been looking at 2 x Development systems for PIC as im a
> > newbie and never done anything with PIC before i wondered if you could
> help
> > me?
> >
> > I`ve been lloking at the following kits:
> >
> >
>
> http://www.epemag.wimborne.co.uk/acatalog/EPE_online_cata...
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
next