From: Matthias T. <mt...@we...> - 2008-04-29 08:06:10
|
> 1. the line ".equ cpu_frequency = 8000000" in the bf.asm file, is that the > crystal frequency of the crystal frequency devided by two? That is the frequency, the controller runs with in Hz. which clock source is used and the possible clock modification depend on the fuse settings. http://palmavr.sf.net/cgi-bin/fc.cgi may be useful here. Keep in mind, that the usart interface has a 2x setting that doubles the baudrate, but this is unused in the default sources. btw: The template directory is a much better starting point since the relevant files are better documented. > 2. Which serial port of the mega128 device will I expect the forth to use? If you use the default sources, connect with usart0. Bye Matthias |