Re: [fpc-pascal] FPC Embedded DMA with STM32?

2015-05-10 Thread turro75
Thanks Jeppe, Solved! it was a problem in the TDMAChannel declaration which I modified without rebuilding the fpc here the produced asm code: # [39] Serial1.print(' 0x'+hexstr(longword(DMA1_Channel1.CNDTR),8)); ldr r0,.Lj98 *ldrh r1,[r0]* mov r2,#0 sub

[fpc-pascal] Lazarus, FreePascal, and translated compiler messages

2015-05-10 Thread Schindler Karl-Michael
Am 10.05.2015 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org: > > I am part of the French Translation Project Team and I would be very > happy to see the POT files for FPC, FPDOC, Lazarus, etc., to this place. > I can even handle it. Of course it takes POT files, which involves > ressour

Re: [fpc-pascal] FPC Embedded DMA with STM32?

2015-05-10 Thread Jeppe Johansen
Are you using 2.6.4? This sounds like something that was fixed some time ago in trunk. Either way I cannot reproduce any problems with SVN trunk. On 05/10/2015 02:21 AM, turro75 wrote: Update: I solved by declaring individual registers as absolute. I need the help of some fpc guru to understa