LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F100RB - application is too large for target memory

Colleagues,

 

Is someone was able to get LabVIEW Embedded project running on STM32F100RB chip (or similar microprocessor)?

After some attempts I've got my project succesfully compiled, but finally the following error appear in Build Log:

 

uVision Status: Build Failed.

 

[07:23:42] Status: Error

linking...

Error: Application is too large for target memory.

Status: Build failed.

 

My application is not large - I have only single while loop in top level VI.

 

Whats else could be wrong?

 

Andrey.

0 Kudos
Message 1 of 4
(6,642 Views)

Hi Andrey

 

first, have you created your own arm?

Programming Additional ARM Microcontrollers with LabVIEW

LabVIEW Embedded for ARM Porting Guide - Chapter 1: Introduction

 

second, which version of embedded do you use?

best regards
Alexander
0 Kudos
Message 2 of 4
(6,362 Views)

Thanks for the answer, Alex

 

Yes, I have created my own target STM32F100RB (complete folder attached)

I using latest version - LabVIEW2010SP1 and LabVIEW Embedded 2010.

I was able to build small test project in uVision (which coming from LabVIEW Embedded 2010 installer), but not in LabVIEW.

 

Andrey.

 

0 Kudos
Message 3 of 4
(6,360 Views)

Hi Andrey

 

sorry for the late replay i couldn´t test it, but i found a similar thread

labview for stm32f103 development board?

they have used this guide

Programming Additional ARM Microcontrollers with LabVIEW (without the LabVIEW Microprocessor SDK

 

How big is the mermory from the STM32F100RB?

 

i hope it works for you too.

best regards
Alexander
0 Kudos
Message 4 of 4
(6,246 Views)