A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
|
Hi! Maybe what I'm going to said is stupid, but "the clk has no source".... What clk is that??? Are you using the fpga external clock??? If you are not, I think you my try it, by using pin 13. That's what I think... sorry if it's dumb... hehe ;P Thanks for listening... Jorge, Guilherme ----- Original Message ----- From: "Bharath Kumar" <bharath.kumar@w...> To: <f...@egroups.com> Sent: Thursday, January 04, 2001 6:58 AM Subject: [fpga-cpu] Xilinx bitgen problem > hi All, > I tried my first design using design manager yesterday... > I was able to succesfully complete the flow upto Place and Route(PAR).... but > "Bitgen" is giving some problem as follows: > **************************************************************************** ********* > Running DRC > ERROR:DesignRules:368 - Netcheck: Sourceless. Net clk has no source. > ERROR:DesignRules:10 - Netcheck: The signal "clk" is completely unrouted. > **************************************************************************** ************* > > I couldnt get the exact meaning of the above message...Please help me. > > thanks and Regards, > Bharath > Bangalore, INDIA > > > [Non-text portions of this message have been removed] > To Post a message, send it to: f...@eGroups.com > To Unsubscribe, send a blank message to: f...@eGroups.com |
|
Does anyone know the difference between the parts MC9S12DP256_BCPV and MC9S12DP256_BMPV I was asked which type I wanted but don't know what the last four letters refer too. John -----Original Message----- From: Carl Barnes [mailto:techart@i...] Sent: Tuesday, November 05, 2002 10:43 AM To: 6...@yahoogroups.com Subject: Re: [68HC12] Where to buy HCS12 You should have better luck with this part number: MC9S12DP256 Best regards, Carl Barnes www.technologicalarts.com "complete line of modular HC11 and HC12 hardware" John Woods wrote: > > Can anyone recommend a source for 68HC912DP256? I was looking at digikey, > motorola and future-active but > could not find any. > -------------------------------------------------------- > To unsubscribe from this group, send an email to: > 6...@yahoogroups.com > > To learn more about Motorola Microcontrollers, please visit > http://www.motorola.com/mcu -------------------------------------------------------- To unsubscribe from this group, send an email to: 6...@yahoogroups.com To learn more about Motorola Microcontrollers, please visit http://www.motorola.com/mcu |
|
|
|
Dear Guys. I have a problem using the HiTech Compiler. Apparently, I have a stack overflow problem. I am using the PIC16F877A device with 8 level stack, but in the call graph I have more than 7 calls, plus the interrupt ISRs. I read that if I make pointers to functions, the call method will not use the hardware stack, but I am not sure... Does anybody here knows a method to use function-like code without overchargin the stack? See ya! Lucas. |