microcontroller
Designing Around a Large Number of Discrete Functions in C
Greetings and salutations, I am looking for information regrading design patterns for working with a large number of functions in C99.[详细]
2023-04-03 03:56 分类:问答How do I get a function to be compiled at address 04 with GPLINK? (For PIC16)
I have a function which is meant to catch all the interrupt calls that will happen, But I cannot get any function to start at address 04.[详细]
2023-03-30 21:37 分类:问答Event logging in Embedded Systems
Normally, in SBC running RTOS, it would be an easy task to write data/event logs onto an external media such as SD cards. However, in embedded systems that uses microcontroller, e.g. PIC microchips, h[详细]
2023-03-27 13:18 分类:问答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 分类:问答I2C temperature read from BMP085 reading back 0xffff
I\'m interfacing a Rabbit 5760 CPU to a Bosch BMP085 sensor via I2C.Everything is fine except reading the temperature register is reading back 0xffff (see BP_FINISHTEMP case in switch).I can\'t see wh[详细]
2023-03-26 04:16 分类:问答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 分类:问答How to enforce the struct bit order with the GCC compiler?
I was wondering if there is a GCC C Compiler directive that allows me to determine the bit order for packing of a structure? Something to the likes of:[详细]
2023-03-21 11:40 分类:问答How to throttle Interrupt Driven UART transmission PIC24H?
I am transmitting data from my PIC24H microcontroller over 460Kbaud UART to a bluetooth radio module.Under most conditions, this flow works just fine and the bluetooth module uses CTS and RTS lines to[详细]
2023-03-18 00:55 分类:问答Specialised algorithm to find positive real solutions to quartic equations? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po[详细]
2023-03-16 20:06 分类:问答What is an Operating System (with respect to embedded systems)? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-15 12:24 分类:问答