Studio4 arrays Mihai_F wrote:This is so weird
Because you're not working this in a structured, analytical manner - trying to change one thing at a time, forming one hypothesis at a time and...
Make elf file from hex and fuse bits in command line? awneil wrote:But that makes no sense - how would having an ELF file help production??
Because the ELF would come to the production point as one monolithic file rather...
Make elf file from hex and fuse bits in command line? The command line too you want is called "objcopy", and for AVRs often specifically "avr-objcopy".
It can take an ELF file as input and extract parts of it to Intel hex...
Saturday, 20 January 2018 - 12:38
display temperature and humidity on lcd engmado wrote:now i want to build the whole project for hunidity, temperature and clock.
You have already build the clock part separately and had it working.
Now, as two...
An old guy newbee really needs help getting started. avrcandies wrote:HOW ABOUT [..]
My bet is on the JTAG stuff. Common AVR beginner mistake. Most of us have been there, done that. Some of us even wear the T-shirt.. ;-)
Friday, 19 January 2018 - 23:09
An old guy newbee really needs help getting started. ShorelineJohn wrote: last night I cut it down to about ten lines
Show that minimal test program.
ShorelineJohn wrote:(portc pins 2 &3
PORTC2..PORTC5 has the JTAG...
Friday, 19 January 2018 - 23:01
mega8A, datasheet rev A As I understand it, any link that begins with [www.]atmel.com is now broken and will just take you to the Microchip landing/front page. Yes, that's a lot of links.
...
Friday, 19 January 2018 - 22:43
atmege168pa and atmega328p Casper_0770 wrote:MCU is not working after compiling, but it received code.
Assuming Atmel Studio, i.e. avr-gcc tool chain: Show your build output:
Do a Rebuild
Switch to...
Mihai_F wrote:This is so weird Because you're not working this in a structured, analytical manner - trying to change one thing at a time, forming one hypothesis at a time and...
Oh, we've has the discussion here, probably several times. If my memory serves me it's like this: Because the Arduino pin number get translated to a AVR port+pin-number at...
awneil wrote:But that makes no sense - how would having an ELF file help production?? Because the ELF would come to the production point as one monolithic file rather...
awneil wrote:But OP is asking to do the opposite Doh! Sorry for the confusion.
The command line too you want is called "objcopy", and for AVRs often specifically "avr-objcopy". It can take an ELF file as input and extract parts of it to Intel hex...
engmado wrote:now i want to build the whole project for hunidity, temperature and clock. You have already build the clock part separately and had it working. Now, as two...
IMO decently named variables primarily helps the human brain. An IDE can search/highlight variables, their definition and usages regardless of how crappy the name is. Same for...
C/Verilog: Careful. Syntax is superficially similar. Semantics are VERY different. C is essentially sequential. Verilog potentially highly parallel.
avrcandies wrote:HOW ABOUT [..] My bet is on the JTAG stuff. Common AVR beginner mistake. Most of us have been there, done that. Some of us even wear the T-shirt.. ;-)
ShorelineJohn wrote: last night I cut it down to about ten lines Show that minimal test program. ShorelineJohn wrote:(portc pins 2 &3 PORTC2..PORTC5 has the JTAG...
As I understand it, any link that begins with [www.]atmel.com is now broken and will just take you to the Microchip landing/front page. Yes, that's a lot of links. ...
Casper_0770 wrote:MCU is not working after compiling, but it received code. Assuming Atmel Studio, i.e. avr-gcc tool chain: Show your build output: Do a Rebuild Switch to...
Pages