Forum: Mikrocontroller und Digitale Elektronik STM32L4 einstellungen


von D. I. (Firma: Fa) (buell)


Lesenswert?

Hallo zusammen

Ich versuche gerade mein Board NUCLEO STM32L476RG zum laufen zu bringen 
und habe mir dieses Video

https://www.youtube.com/watch?v=0t_Myn4UYUw&list=PLRJhV4hUhIykPKCPWDCD2ctS9OE3zlnXB&index=1

angesehen und die Einstellungen haargenau so gemacht wie im Video.

Das main ist einfachheitshalber so definiert.
#include "stm32l476xx.h"

int main(void){

  while(1);

}

unter Source Group 1 (das ist der Ordner, in dem die beiden Files im 
Programm enthalten sind, siehe 5:14 im Video links im Projekt window) 
habe ich das stm32l476xx.s startup file und das main.c drin, welche im 
Projektordner direkt enthalten sind.

Nach dem Built Target Befehl ergeben sich bei ihm keine Fehler, bei mir 
aber schon.

Könnte mir jemand weiterhelfen?
Dies ist was bei mir so aufgelistet wird.



*** Using Compiler 'V5.06 update 4 (build 422)', folder: 
'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'Target 1'
assembling startup_stm32l476xx.s...
startup_stm32l476xx.s: Warning: A9564I: Retrying - Thu Mar 16 20:39:04 
2017
startup_stm32l476xx.s:
startup_stm32l476xx.s: License server machine is down or not responding.
startup_stm32l476xx.s:  See the system administrator about starting the 
license server system, or
startup_stm32l476xx.s:  make sure you're referring to the right host 
(see LM_LICENSE_FILE).
startup_stm32l476xx.s: Feature:       mdk_cm_std_compiler5
startup_stm32l476xx.s: Hostname:      license001
startup_stm32l476xx.s: License path:  8224@license001;c:\program 
files\arm\licenses\license.dat;
startup_stm32l476xx.s: Error: 11001 "Comm. error"
startup_stm32l476xx.s: For further information, refer to the FlexNet 
Licensing documentation,
startup_stm32l476xx.s: available at "www.flexerasoftware.com".
startup_stm32l476xx.s: Error: A9555E: Failed to check out a 
license.License server machine is down or not responding.
startup_stm32l476xx.s:  See the system administrator about starting the 
license server system, or
startup_stm32l476xx.s:  make sure you're referring to the right host 
(see LM_LICENSE_FILE).
startup_stm32l476xx.s: Feature:       mdk_cm_std_compiler5
startup_stm32l476xx.s: Hostname:      license001
startup_stm32l476xx.s: License path:  8224@license001;c:\program 
files\arm\licenses\license.dat;
startup_stm32l476xx.s: Error: 11001 "Comm. error"
startup_stm32l476xx.s: For further information, refer to the FlexNet 
Licensing documentation,
startup_stm32l476xx.s: available at "www.flexerasoftware.com".
startup_stm32l476xx.s: Check that your license details are correct in 
the License Management dialog of MDK. Additional information is 
available at:
startup_stm32l476xx.s: 
http://www.keil.com/support/man/docs/license/license_management.htm
startup_stm32l476xx.s:  If you need further help, provide this complete 
error report to your supplier or license.support@arm.com.
startup_stm32l476xx.s:  - ARMLMD_LICENSE_FILE: '8224@license001'
startup_stm32l476xx.s:  - LM_LICENSE_FILE: unset
startup_stm32l476xx.s:  - ARM_TOOL_VARIANT: unset
startup_stm32l476xx.s:  - ARM_PRODUCT_PATH: unset
startup_stm32l476xx.s:  - Product location: C:\Keil_v5\ARM\sw\mappings
startup_stm32l476xx.s:  - Toolchain location: C:\Keil_v5\ARM\ARMCC\Bin
startup_stm32l476xx.s:  - Selected tool variant: mdk_cm_std_flex
startup_stm32l476xx.s:  - Checkout feature: mdk_cm_std_compiler5
startup_stm32l476xx.s:  - Feature version: 5.0201609
startup_stm32l476xx.s:  - Flex error code: -96
startup_stm32l476xx.s: Product: MDK-ARM Standard Cortex-M only 5.23 
(Flex)
startup_stm32l476xx.s: Component: ARM Compiler 5.06 update 4 (build 422)
startup_stm32l476xx.s: Tool: ArmAsm [4d35cf]
compiling main.c...
Warning: C9564I: Retrying - Thu Mar 16 20:39:04 2017
License server machine is down or not responding.
 See the system administrator about starting the license server system, 
or
 make sure you're referring to the right host (see LM_LICENSE_FILE).
Feature:       mdk_cm_std_compiler5
Hostname:      license001
License path:  8224@license001;c:\program 
files\arm\licenses\license.dat;
FlexNet Licensing error:-96,7.  System Error: 11001 "Comm. error"
For further information, refer to the FlexNet Licensing documentation,
available at "www.flexerasoftware.com".
Error: C9555E: Failed to check out a license.License server machine is 
down or not responding.
 See the system administrator about starting the license server system, 
or
 make sure you're referring to the right host (see LM_LICENSE_FILE).
Feature:       mdk_cm_std_compiler5
Hostname:      license001
License path:  8224@license001;c:\program 
files\arm\licenses\license.dat;
FlexNet Licensing error:-96,7.  System Error: 11001 "Comm. error"
For further information, refer to the FlexNet Licensing documentation,
available at "www.flexerasoftware.com".
Check that your license details are correct in the License Management 
dialog of MDK. Additional information is available at:
 http://www.keil.com/support/man/docs/license/license_management.htm
 If you need further help, provide this complete error report to your 
supplier or license.support@arm.com.
 - ARMLMD_LICENSE_FILE: '8224@license001'
 - LM_LICENSE_FILE: unset
 - ARM_TOOL_VARIANT: unset
 - ARM_PRODUCT_PATH: unset
 - Product location: C:\Keil_v5\ARM\sw\mappings
 - Toolchain location: C:\Keil_v5\ARM\ARMCC\Bin
 - Selected tool variant: mdk_cm_std_flex
 - Checkout feature: mdk_cm_std_compiler5
 - Feature version: 5.0201609
 - Flex error code: -96
Product: MDK-ARM Standard Cortex-M only 5.23 (Flex)
Component: ARM Compiler 5.06 update 4 (build 422)
Tool: ArmCC [4d3604]
".\Objects\Angle_Encoder.axf" - 3 Error(s), 1 Warning(s).
Target not created.
Build Time Elapsed:  00:00:53

: Bearbeitet durch User
von pegel (Gast)


Lesenswert?

Wie mehrfach da steht, Lizenz Probleme. Prüf das mal.

Ist auch ein schöner Grund SW4STM32 zu benutzen.

von Jim M. (turboj)


Lesenswert?

D. I. schrieb:
> startup_stm32l476xx.s: License server machine is down or not responding.

Mit geklauter Software tut Keil nix. Und bevor hier jemand meckert: Die 
Software selbst hält sich für geklaut. :-(

Schmeiss die runter und installiere sauber neu - inklusive neu 
herunterladen von der keil.com Webseite.

von D. I. (Firma: Fa) (buell)


Lesenswert?

Auh mann, nein die Software ist nicht geklaut :D
Sie ist von unserer Fachhochschule. Mir tut leider die vpn Verbindung 
nicht, aber die haben mir da gesagt, das Programm würde bis 32k Speicher 
nicht meckern und würde ohne Lizenz funktionieren..
Das bisschen Code hat doch jetzt sicher noch keine 32k..

Ja dann schau ich mal, dass meine vpn tut.

Vielen Dank für die schnelle Hilfe

von Schorsch X. (bastelschorsch)


Lesenswert?

Jim M. schrieb:
> Schmeiss die runter und installiere sauber neu - inklusive neu
> herunterladen von der keil.com Webseite.

Eine lokale Installation wird bis 32k ohne Probleme funktionieren.

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.