Forums Search for: PIC32
Bluetooth PIC32 Win7 ??
inI'm trying to develop a bluetooth interface between my PIC32 board and my computer. I'm new to embedded bluetooth so I'm having some trouble...
I'm trying to develop a bluetooth interface between my PIC32 board and my computer. I'm new to embedded bluetooth so I'm having some trouble finding good transceivers. I've found one that follows SSP (Serial Port Profile), and I like it very much, but I'm not sure if it's compatible with the PC bluetooth. Could you help me giving me some information about the most common bluetooth profiles...
Does GCC use single-precision FP hardware on Cortex-M4 parts?
inHi - Can anybody tell me for what, if anything, does GCC use the single-precision hardware floating point units on some Cortex-M4 parts? At all?...
Hi - Can anybody tell me for what, if anything, does GCC use the single-precision hardware floating point units on some Cortex-M4 parts? At all? Single-precision float only? Presumably not double? The PIC32MZ EF series parts have hardware double precision; presumably GCC uses this for double? Thanks! Best Regards, Dave
ARM (or other 32 bit) MCUs in PDIP ?
inAre there any mainstream 32 bit MCUs other than the MIPS based PIC32MX available in PDIP ? I'm especially interested in ARM architecture MCUs,...
Are there any mainstream 32 bit MCUs other than the MIPS based PIC32MX available in PDIP ? I'm especially interested in ARM architecture MCUs, but any 32 bit architectures are of interest; they don't need to have USB built in. When I was looking for the currently available MCUs with USB device built in, it was a major surprise to discover a 32 bit MIPS MCU range available in PDIP. I h...
Unusual experiences you have encountered while debugging ?
in[or the day I looked into the face of Hell. :-)] And now for something a little different. :-) What experiences have you had during...
[or the day I looked into the face of Hell. :-)] And now for something a little different. :-) What experiences have you had during debugging an embedded system that make you really wonder out loud what the hell was going on ? I've been building a homebrew programmer for the PIC32MX and have hit some major issues due to the really lousy Microchip programming specification. At one po...
Anybody using PIC32 and Harmony? Successfully?
inSelect option -> Generate Code -> Build -> Build fails. Select different option -> Generate Code -> Build -> Build fails. Try yet another...
Select option -> Generate Code -> Build -> Build fails. Select different option -> Generate Code -> Build -> Build fails. Try yet another option -> Generate Code -> Build -> Build fails. Harmony is a giant framework where you select from hundreds of options (drivers, TCP stack, etc), then generate your application's frame. It favors a monster-loop state machine, at a point where the applica
Is protected flash secure?
inHi So, I have been using a ST Cortex M0 STM32, NXP LPC, PIC32 and also a Renesas RX63. Just for fun. They look interesting as a potential...
Hi So, I have been using a ST Cortex M0 STM32, NXP LPC, PIC32 and also a Renesas RX63. Just for fun. They look interesting as a potential candidate All processors has a bit to set it up in protected mode, so the flash with proprietary IP cannot be read out But, say my competitor wants to dig into my code Is there really such a thing as a safe micro controller which memory is protecte...
Atmel Bought by Microchip
inNot sure how I missed this one for two months. I see there is already some serious contention with Atmel...
Not sure how I missed this one for two months. I see there is already some serious contention with Atmel employees. http://www.eetimes.com/document.asp?doc_id=1329412 I wonder what it will be like for the sales force to be selling PICs, AVRs and ARMs all into much of the same market space? I wonder if the PIC32 will finally bite the dust with ARMs all around it crowding it out of t...
Integrated TFT controller in PIC MCUs
inMicrochip PIC32 MCUs can be used for graphics applications (as I read on their website), but I couldn't understand if they have a real...
Microchip PIC32 MCUs can be used for graphics applications (as I read on their website), but I couldn't understand if they have a real integrated TFT controller (as in LPC MCUs by NXP) or a different thing. I would prefer NXP's versus Microchip's solutions for many reasons: - ubiquitous ARM core (instead of MIPS) - true integrated TFT controller - lower cost (I'm not sure on this) Bot...
Microchip PIC32MZ Flash Microcontroller is the World's Fastest 32-bit MCU
inhttp://microcontroller.com/news/Microchip_PIC32MZ.asp The Microchip PIC32MZ runs at 330MIPS at 200MHz and easily competes against the...
http://microcontroller.com/news/Microchip_PIC32MZ.asp The Microchip PIC32MZ runs at 330MIPS at 200MHz and easily competes against the Cortex-M4. Includes a Microchip PIC32MZ block diagram and friendly roadmap for the PIC32 family. Bill Giovino http://Microcontroller.com
Help with PIC32 Virtual Ram pointer
inThe sample thermo.zip at http://173.224.223.62/pic32 print out the pointer of a global variable. Linker place it in page A0. Microchip...
The sample thermo.zip at http://173.224.223.62/pic32 print out the pointer of a global variable. Linker place it in page A0. Microchip ran it on their simulator and they got the correct result. I ran it on the real chip and got pointer at page 7F Why, oh, why? Anyone care to give an explanation? I can lend out a test board if necessary, but right now we are short on hardware....
Real-life performance comparison, Microchip PIC32 and ARM Cortex M series
inHi Well, searching the web to make a fact based decision conserning which platform would have the best performance, PIC32 or Cortex M...
Hi Well, searching the web to make a fact based decision conserning which platform would have the best performance, PIC32 or Cortex M series does not provide consistent answers. Some sites provides graphs/tables that ARM has the upper hand, and others that microchip has So, what's the deal. Any golden answer? Performance: CoreMark uA/MHz Code size Portability Etc Thanks K...
DuinoMite, the Maximite compatible is now available.
About a month ago, I gave a very good rundown on a new PIC32 based Micro-controller-Computer system that was about to be released. These...
About a month ago, I gave a very good rundown on a new PIC32 based Micro-controller-Computer system that was about to be released. These boards arrived yesterday, and prices start at around $33. Just add a PS2 keyboard, and a VGA monitor, and you have your Micro-controller-Computer system. This is an open source hardware & software project. Olimex-DuinoMite: http://www.dontronics-shop...
Microchip Pic32 exception: ???
inHi. I'm trying to understand the Pic32 (a decade of familiarity with Pic16 and Pic18). I got myself an Ethernet Starter Kit. The demos run,...
Hi. I'm trying to understand the Pic32 (a decade of familiarity with Pic16 and Pic18). I got myself an Ethernet Starter Kit. The demos run, and I have been able to edit them. So I tried to get two stacks working together. I then proceeded merging the TCPIP demo and the USB MSD demo. The latter just looks for a pendrive and when it sees it a simple text file gets written. The TCPIP integ...
Cortex-M3 vs PIC32 divide instruction
inI've finally been considering a project to use either a Cortex-M3 or a PIC32 processor and I've a technical question unrelated to any "business...
I've finally been considering a project to use either a Cortex-M3 or a PIC32 processor and I've a technical question unrelated to any "business issues" between these options -- the divide instruction operation. Both of these cores include one but I'm interested in any remarkable technical details between them, including cycle counts but not limited to that (load-store time is fair game.) ...
Running TRS-80 code on the Maximite Computer
TRS-80 Model I, level II on a PIC32? see: http://kenseglerdesigns.com/cms/sites/default/files/trs-80.jpg for the...
TRS-80 Model I, level II on a PIC32? see: http://kenseglerdesigns.com/cms/sites/default/files/trs-80.jpg for the thread: http://www.thebackshed.com/forum/forum_posts.asp?TID=3937&PN=1 Cheers Don... New MMBasic Computer http://www.TheMaximiteComputer.com =============================== -- Don McKenzie Dontronics Site Map: http://www.dontronics.com/sitemap E-Mail Co...
USB bus powered PIC32 issues ?
inWhile we are talking about Microchip, has anyone tried using the PIC32 as a USB bus powered device in your own circuits and did you have any...
While we are talking about Microchip, has anyone tried using the PIC32 as a USB bus powered device in your own circuits and did you have any issues as result ? It's on my todo list in the upcoming future, so I am trying to find any possible issues upfront. I've done some searching online but I keep hitting stuff for the PIC18 or even the PIC24 instead. I have not found anything explicit ...
PIC32 to Arduino Shield.
inInterested in interfacing the PIC32MX695F512H-80I/PT to the Arduino shield. Can someone point me at some existing...
Interested in interfacing the PIC32MX695F512H-80I/PT to the Arduino shield. Can someone point me at some existing schematics? Thanks, Cheers Don... -- Don McKenzie Dontronics Blog: http://www.GodzillaSeaMonkey.com Dontronics Site Map: http://www.dontronics.com/sitemap E-Mail Contact Page: http://www.dontronics.com/email Web Camera Page: http://www.dontronics.com/web...
PWM LED Array
inHi all, Mostly a beginner here looking for some advice. I'm trying to create an array comprised of 63 vanilla (T1) single color LEDs connected...
Hi all, Mostly a beginner here looking for some advice. I'm trying to create an array comprised of 63 vanilla (T1) single color LEDs connected in one manner or another to a PIC32. Some of the considerations that I'm facing are that: 1. I'd like to avoid resistor arrays if possible. 2. It should be PWM dimmable. 3. It should consume as little power as possible, as it will likely share a 500...
linux toosl for PIC32MX development
inHi, I'm going to be doing some PIC32 development and I'd love to do it under linux if I'm able. We have a PIC32MX and the Microchip ICD2...
Hi, I'm going to be doing some PIC32 development and I'd love to do it under linux if I'm able. We have a PIC32MX and the Microchip ICD2 "hockey puck" JTAG. I don't care so much about an IDE - I'd rather build my stuff using emacs/gnumake. But what I need are: 1. A cross-compiler/assembler/linker that runs under linux 2. The debugger. Keep in mind we also have the MPLAB software ...
New Microchip PIC32 Microcontrollers have Lots of Everything (2 CAN 2.0b, Ethernet, lots more)
inhttp://www.microcontroller.com/news/microchip_pic32_mx5_mx6_mx7.asp New Microchip PIC32 Microcontrollers have two CAN 2.0b interfaces and a...
http://www.microcontroller.com/news/microchip_pic32_mx5_mx6_mx7.asp New Microchip PIC32 Microcontrollers have two CAN 2.0b interfaces and a 10/100 Ethernet interface on the same chip. Article includes a competitive benchmark and a useful block diagram. - Bill Giovino Executive Editor http://Microcontroller.com