[fpc-pascal] get method params and its type

2011-09-24 Thread herux
How to get a list of parameters of an object method, if we only know the name of the object and its methods? - - -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/get-method-params-and-its-type-tp4837859p4837859.html Sent from the Free Pascal - General mailing

Re: [fpc-pascal] ARM STM32F Processor

2011-09-24 Thread DaWorm
You can also use one of the serial ports along with the BOOT0, BOOT1 and RESET lines to program. A TTL to RS232 adapter, or FTDI USB chip will also be needed. The protocol is easy, took me about a day to get working from Delphi (using the serial handshake lines as IO to drive RESET and BOOT0). On