Re: [Flashforth-devel] Atmega32A
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2013-12-10 18:08:48
|
I think it should work with the 32A, but... There are some changes needed due to the different register names for the UARTs and the SPMCR register. Try to compile it and you will see. You will also need to give 0x80 bytes more space to the kernel. Like this: .if (FLASHEND == 0x3fff) ; 16 Kwords flash .equ OFLASH = 0x8000 ; 32 Kbytes available for FlashForth .equ PFLASH = OFLASH .equ RAMPZV = 0 .equ KERNEL_SIZE=0x0c00 ; <------- change to 0x0c80 .else BR Mikael Warmth is needed. We have snow and -7C. |