Tagged Questions
0
votes
1answer
32 views
Value of FNOSC in the configuration of my code
I am using PIC24FJ64GA002 and I have configured my setting for PIC as following.
...
0
votes
1answer
138 views
STM32 program not executing
I am currently trying to make my own stm32 development board. i have stm32f100c4t6 microcontroller mounted on pcb.
I am using Atollic True studio free edition. i had made small blink led program ...
-5
votes
1answer
45 views
how we can get original data from S-record format file [closed]
I have a S-Record file how i can get original program from this file
plz tell me
EXAMPLE
...
-1
votes
2answers
72 views
How to get data from S-record file [closed]
Please tell me something about the S-record file format and how we can get data from it.
The first S1 record is comprised as follows:
• S1 S-record type S1, indicating it is a data record to be ...
4
votes
3answers
223 views
How do I program a PIC12?
I have a PIC12F675 that I need to program. I'm using a Pickit 2 and the Pickit 2 software. Supposedly I should be able to program it using this circuit, but the Pickit 2 software is not detecting the ...
2
votes
1answer
80 views
Control multiple LEDs using an IC and PC/Linux thru USB
I've already tried to search this topic but all Google results said that this isn't possible. Is there any chance of controlling multiple LEDs using a PC/Linux, through USB? The diagram might look ...
5
votes
2answers
511 views
Using multiple external interrupts in PIC
I've used PIC16F877 (datasheet) for several projects. For a single external pin change interrupts, you can use PORTB0 interrupt. ...
2
votes
5answers
128 views
Micro-Controller Programmable Selection
I have searched a lot and I can't seem to find a micro-controller that I can program in C++. Can someone please help me find a micro-controller (besides Arduino) that I can program C++?
-1
votes
1answer
81 views
How to ANDed bitwise in assembler?
Say I have a variable set to 30. In binary, 30 = 11110. I'd like to test some bits and then perform an action. For example, if bit 4 is set AND bit 3 is set AND bit 2 is set AND bit 1 is set THEN ...
13
votes
10answers
2k views
Programming languages for electronics engineers
I am an Electronics and Communications Engineering student, before I got to college, I have been interested in programming and computer applications. I had focused on designing Windows applications ...
1
vote
1answer
161 views
Accelerometer and Transistor
Here is my program, I want to:
The microcontroller, Arduino UNO R3 sends 3.3V to the sensor, Accelerometer, MMA7361
The sensor turns on and send signal to the microcontroller.
When I move the sensor ...
0
votes
2answers
509 views
How to get data from one micro controller to another using UART
My concept is I have two designed boards, One with AT90USB1287, other with ATmega32A both are working properly.
AT90USB1287 is talking to the PC via USB.
ATmega32A is talking to the PC via ...
7
votes
7answers
1k views
Functional Programming with MCU(s)
Functional languages like Haskell, LISP, or Scheme allow a programmer to work quickly using the functional programming paradigm. They do have their inefficiencies, but my application places greater ...
1
vote
4answers
231 views
Any microcontrollers which can be directly programmed on a breadboard? [closed]
Does anyone know of a microcontroller which can be directly interfaced and programmed through a PC using serial/parallel/usb port? I am looking for a microcontroller which can be plugged into a ...
2
votes
3answers
619 views
GUI library for HMI Cortex M
Hi I am basically using cortex m3 series of processors for our application. I am looking for some GUI library that can be used for HMI. Is there any GUI libraries available? I recently heard about Qt. ...