Dear all, I used ATMega88 with avrstudio (4.16) and mk2 emulator. I found that the avrstudio displays the flash memory size to be 4k rather than 8k after selecting the device. I now had not enough program size which is more than 4k. Do anyone has the same experience? Or you can try it out by lanuching a project by wizard! Thanks!

Bug in Avrstudio (4.16)?
Started by ●April 28, 2009
Reply by ●April 30, 20092009-04-30
No, not a bug. From the data sheet: "Since all AVR instructions are 16 or 32 bits wide, the Flash is organized as 4K x 16." The data sheet then goes on to describe important information about the flash memory in the device. I recommend reading it. AL On Apr 28, 9:22 am, cell <cellte...@gmail.com> wrote:> Dear all, > > I used ATMega88 with avrstudio (4.16) and mk2 emulator. I found that > the avrstudio displays the flash memory size to be 4k rather than 8k > after selecting the device. I now had not enough program size which is > more than 4k. > > Do anyone has the same experience? > > Or you can try it out by launching a project by wizard! > > Thanks!
