[fpc-devel] Teensy (no OS) programmed with Free Pascal Embedded ARM

Michael Ring mail at michael-ring.org
Sun Oct 11 23:02:09 CEST 2015


The code that makes the compiler work with conf files:

fpc -Fb*.conf

[ring at macbookpro-wlan stm32f407vg]$ cat stm32f4xx.conf
STM32F401CB,stm32f401x,stm32f4xx.lkr,%FLASHBASE:0x08000000,%FLASHSIZE:0x00020000,%SRAMBASE:0x20000000,%SRAMSIZE:0x00010000
STM32F401RB,stm32f401x,stm32f4xx.lkr,%FLASHBASE:0x08000000,%FLASHSIZE:0x00020000,%SRAMBASE:0x20000000,%SRAMSIZE:0x00010000
STM32F401VB,stm32f401x,stm32f4xx.lkr,%FLASHBASE:0x08000000,%FLASHSIZE:0x00020000,%SRAMBASE:0x20000000,%SRAMSIZE:0x00010000


Am 11.10.15 um 22:58 schrieb Jeppe Johansen:
> Not sure what you are referring to here?
>
> On 10/11/2015 10:47 PM, Michael Ring wrote:
>> I want to interface my Freedom-K64F code with this lib, on first view 
>> this looks pretty straightforward. Any chance to get your great patch 
>> for the use on arbitrary system units into trunk ? (the one you wrote 
>> for me to make cmsis work)
>>
>> Am 11.10.15 um 22:33 schrieb Jeppe Johansen:
>>> On 10/11/2015 10:10 PM, Michael Ring wrote:
>>>> Wow Jeppe, I am impressed, you used your time much better than I 
>>>> did, your port looks pretty complete!
>>>>
>>>> Please have a look at
>>>>
>>>> https://github.com/yunkot/pxl
>>>>
>>>> this lib was mentioned yesterday on lazarus list, this looks like a 
>>>> good layer above the lowlevel code, there are already 
>>>> implementations for several sensors and displays and it already 
>>>> supports Raspberry Pi.
>>>>
>>>> The Author is also thinking about extending the lib in the 
>>>> direction of microcontrollers, so those two efforts combined could 
>>>> some day get a very user friendly solution that is a lot closer to 
>>>> what mbed is for the C guy today to what we have right now.
>>>>
>>>> Michael
>>> Thanks :)
>>>
>>> Yeah, that PXL library looks like it has a lot of code already. 
>>> Could be a great project to combine it with for sure!
>>> _______________________________________________
>>> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
>>> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
>>
>> _______________________________________________
>> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
>> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
>>
>
> _______________________________________________
> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel




More information about the fpc-devel mailing list