Change Device Pack to latest GermanFranz wrote:
What does #pragma AVRPART CORE CORE_VERSION V4S really do?
What happens without?
What makes you sure V3X is right/better?
AVR Core-Version,...
Saturday, 11 July 2020 - 14:55
ATtiny1616 ramsankar wrote:I am using atmel 7.0.634
But current version is 7.0.2397
Tuesday, 7 July 2020 - 08:50
ATtiny1616 There is Tiny1616 support in AtmelStudio7.
Y have the last version? All Device Packs installed?
Tuesday, 7 July 2020 - 06:34
Change Device Pack to latest ront1234 wrote:You will not be able to use the instruction SPM Z+ if you just comment out the V4S
You can assemble it- but of course, SPM Z+ Op-Code differs depending...
Wednesday, 1 July 2020 - 08:12
Change Device Pack to latest ront1234 wrote:Edited to V3X to correct.
Or just comment out #pragma AVRPART CORE CORE_VERSION V4S in the corresponding AVRxxDAxxdef .inc file ?
It works (no...
A full-duplex software UART for tiny AVRs sparrow2 wrote:use newer tinyAVR's (based on xmega design), the interrupt handling will be different (they have more than 1 level of interrupt)
And in most cases there are (...
Tuesday, 23 June 2020 - 15:59
A full-duplex software UART for tiny AVRs ralphd wrote:I'm unlikely to write it in pure asm
A pity.
ralphd wrote:
asm portability macros
a few types of optimizations that gcc can do
You could say,...
Tuesday, 23 June 2020 - 06:56
AVRdb - 8-bit AVR database program Good job, but: The static representation of information is one thing. There are many sources for this. The more targeted option of searching for certain controller properties...
Sunday, 21 June 2020 - 23:14
A full-duplex software UART for tiny AVRs Good work! The question is of course whether you still have to use these old AVRs without Hardware-UART today.
Can you also offer a pure assembler version? A version that can be...
Sunday, 21 June 2020 - 22:51
AVR Assembly Language Programming cbscpe wrote:I wished there would be a better assembler than avrasm2 which in my opinion is really only a poor mans solution. Compared to the environments using assembly language...
Tuesday, 16 June 2020 - 23:21
cli() and sei() dont work LutzH wrote:assembler doesn't suit me
This is a pity. You're missing something
GermanFranz wrote: What does #pragma AVRPART CORE CORE_VERSION V4S really do? What happens without? What makes you sure V3X is right/better? AVR Core-Version,...
ramsankar wrote:I am using atmel 7.0.634 But current version is 7.0.2397
There is Tiny1616 support in AtmelStudio7. Y have the last version? All Device Packs installed?
ront1234 wrote:You will not be able to use the instruction SPM Z+ if you just comment out the V4S You can assemble it- but of course, SPM Z+ Op-Code differs depending...
ront1234 wrote:Edited to V3X to correct. Or just comment out #pragma AVRPART CORE CORE_VERSION V4S in the corresponding AVRxxDAxxdef .inc file ? It works (no...
nickds1 wrote:AS 7 installs cleanly, but will not start - on clicking I just faced the same task. Fresh installation @ fresh Win10Home-2004. No problems starting the...
sparrow2 wrote:use newer tinyAVR's (based on xmega design), the interrupt handling will be different (they have more than 1 level of interrupt) And in most cases there are (...
ralphd wrote:I'm unlikely to write it in pure asm A pity. ralphd wrote: asm portability macros a few types of optimizations that gcc can do You could say,...
Good job, but: The static representation of information is one thing. There are many sources for this. The more targeted option of searching for certain controller properties...
Good work! The question is of course whether you still have to use these old AVRs without Hardware-UART today. Can you also offer a pure assembler version? A version that can be...
cbscpe wrote:I wished there would be a better assembler than avrasm2 which in my opinion is really only a poor mans solution. Compared to the environments using assembly language...
LutzH wrote:assembler doesn't suit me This is a pity. You're missing something
Pages