Posted on May 17, 2011 at 13:35If due to some strange reasoning you decide to put everything in RAM, you need 50KB: ''This makes lwIP suitable for use in embedded systems with tens of kilobytes of free RAM and room for around 40 kilobytes of code RO...
Posted on May 17, 2011 at 13:35Quote:USART1 for 9600 baud I would load USART_BRG with 72000000/(16*9600) and let the assembler or compiler do the arithmetic. Besides the question of 36MHz bus clock vs 72MHz system clock, that's what you would do if...
Posted on May 17, 2011 at 13:35Quote:Your mean is that the STM32 has a Independent Baud Rate Generator? Never heard of this term. The baud rate divider is not an integer divider, but has a 4 bit fractional part. A bit simplified it means that you ge...
Posted on May 17, 2011 at 13:35Having a fractional baud rate generator makes baud rate crystals unnecessary. Otherwise it would be impossible to use both CAN/USB and UART with their typical rates.
Posted on May 17, 2011 at 13:34A comparator IC and a pin configured for interrupt. Or the ADC configured for measurement of those 2 values and a compare operation in the ADC interrupt.[ This message was edited by: prx on 15-12-2009 18:22 ]