pic
How to place variables in the access bank - PIC 18 MPASM linker script
I have a linker script which starts INCLUDE 18f14K50_g.lkr I want my interrupt service variables to go into the ACCESS bank. (My program\'s so small at the moment the whole lot can, but maybe in fu[详细]
2023-03-26 15:02 分类:问答Pic 16F913 UART communications setup
I\'ve attached my code below (I\'m blinking a LED to be able to see that the loop is occurring BTW). I am not getting any data sent out over the UART, I have the Pic 16F913, and pin 17 is the output[详细]
2023-03-25 11:44 分类:问答An issue with uart and pic 18f452
i have a problem with pic18f452 and uart i use simplest code like that: UART1_Init(9600);// Initialize UART module at 9600 bps[详细]
2023-03-21 05:19 分类:问答How to convert an int to a series of characters
I\'m trying to break down an integer with C on an 8-bit microcontroller (a PIC) into its ASCII equivalent characters.[详细]
2023-03-20 08:32 分类:问答Accuracy of Timer1 as real time clock with PIC Interrupts on 16F*
I\'m using C with the BoostC compiler. I\'m worried how accurate my code is. The configuration below ticks at more or less 1Hz, (tested with an LED to the naked eye). (It uses an external watch crysta[详细]
2023-03-15 13:50 分类:问答PIC32 bluetooth
I want to implement bluetooth communication on my final bachelor project, but I\'m having a lot of doubts.[详细]
2023-03-15 01:32 分类:问答Micro-Controllers programming
I\'m having this robotic arm proje开发者_如何学运维ct along with some engineers we haven\'t settled for the Micro Controller of choice yet but currently a PIC is being tested. I was wondering if there[详细]
2023-03-12 12:34 分类:问答.inc File Not Included Reliably
I am working on some HTML code that was inherited from another programmer, which uses include statements of the form:[详细]
2023-03-10 01:00 分类:问答Correct Way of using USART on PIC 16
I am trying to recieve 1 character using the USART feature on PIC 16. Both the transmitter and receiver are both PIC 16s.[详细]
2023-03-09 22:11 分类:问答strange malloc behavior with Doug Lea allocator
I have an very small system with only 16kb of heap, no mmap, no swap. I\'m using the latest version 2.8.5 of Doug Lea allocator ftp://g.oswego.edu/pub/misc/malloc-2.8.5.c[详细]
2023-03-08 17:49 分类:问答
加载中,请稍侯......