Measure time consumption of programme I don't know what kind of tools there are but I would look i the generated code, and run it with the simulator (it's clk accurate ) and set break points different places.
...
Sunday, 15 September 2019 - 16:13
Pin current consistency / atmega 4809 from #1 you wrote :
I've got a breadboard up and running
Are you 100% sure that the power to the AVR are consistent in your setup, and it's not just a voltage drop over...
Sunday, 1 September 2019 - 09:07
Success story with LGT8F328p in linux The first Atmel cpu's like the AT89C2051 was "real" Intel chips, meaning that Atmel payed royalties to Intel.
For atmel it was a fast way to get into CPU marked (remember Atmel...
324PB max gnd and vcc current... Also remember that the 100mA is GND and VCC pins but when you have a IO load, the power only run thru one of the pins :)
So you can sink 100mA and source 100mA, so do some...
Wednesday, 14 August 2019 - 17:26
324PB max gnd and vcc current... The 324PB is like 328PB made on a newer proces (best know as those where the high power osc. don't work).
Those chips are for toy and hobby, avoid using them ...
500 ohms The next step would be to make something like a 2 Watt 500 ohm resistor out of 1/4 watt 120 ohm resistors.
And the next step would be to make a program that...
Thursday, 25 July 2019 - 09:58
What was your first micro programming experience? So, to this day what was everyone's favourite CPU architecture?
it's hard but like cliff the zero page on the 6502 and clean instructions set of the 68000.
And...
Monday, 22 July 2019 - 22:53
What was your first micro programming experience? from #3
I think back then most of us separated pretty decisively into the 8080 or 6800 camps.
Am I the only 6502 guy ?
My first computer was a commodore Pet in 1980, and very...
I don't know what kind of tools there are but I would look i the generated code, and run it with the simulator (it's clk accurate ) and set break points different places. ...
from #1 you wrote : I've got a breadboard up and running Are you 100% sure that the power to the AVR are consistent in your setup, and it's not just a voltage drop over...
The first Atmel cpu's like the AT89C2051 was "real" Intel chips, meaning that Atmel payed royalties to Intel. For atmel it was a fast way to get into CPU marked (remember Atmel...
Just debug in disassemble mode, than you can see what the code do.
And you only had to look at them, and they was killed of static :(
There are free C compilers for cp/m. (In that case I would probably use a turbo pascal, as I remember it was given free a while back )
Also remember that the 100mA is GND and VCC pins but when you have a IO load, the power only run thru one of the pins :) So you can sink 100mA and source 100mA, so do some...
The 324PB is like 328PB made on a newer proces (best know as those where the high power osc. don't work). Those chips are for toy and hobby, avoid using them ...
How precise does it need to be ? Are there always a freq on the pin ? Are there noise ? How many periods of the freq. before you change the port. I would probably just make...
The next step would be to make something like a 2 Watt 500 ohm resistor out of 1/4 watt 120 ohm resistors. And the next step would be to make a program that...
So, to this day what was everyone's favourite CPU architecture? it's hard but like cliff the zero page on the 6502 and clean instructions set of the 68000. And...
from #3 I think back then most of us separated pretty decisively into the 8080 or 6800 camps. Am I the only 6502 guy ? My first computer was a commodore Pet in 1980, and very...
Pages