How to debug EVAL-ST95HF board using STM32F103RGT6 with atollic or KEIL uvision5
- May 6, 2019
- 16 replies
- 4797 views
Hello Everybody, I've a big problem to debug my EVAL-ST95HF board, i tried two ways to fix that:
- the first one: i unzipped the source folder getting EVAL-ST95HF_FW_V3.7.0 that i used with keil uvision5, when i build i get this error message and i've seen this file doesn't exist within the indicated directory and tried to install a previous version e.g keil uvision4.74 i've no managed to open project with the last one
Rebuild started: Project: DEMO_BOARD_ST95HF
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'DEMO_BOARD_ST95HF'
compiling Firmware_Saving.c...
compiling menu_writer.c...
compiling menu_Tagemul.c...
compiling menu_cardemul.c...
compiling menu_reader.c...
compiling main.c...
compiling common.c...
compiling hw_config.c...
compiling menu_auto.c...
compiling menu.c...
compiling stm32f10x_it.c...
compiling PongExample.c...
compiling proprietary_p2p.c...
compiling drv_spi.c...
compiling drv_95HF.c...
compiling drv_interrupt.c...
compiling drv_uart.c...
compiling lib_nfctype1pcd.c...
compiling lib_nfctype2pcd.c...
compiling lib_nfctype3pcd.c...
compiling lib_nfctype4pcd.c...
compiling lib_iso7816pcd.c...
compiling lib_nfctype5pcd.c...
compiling lib_iso14443Apcd.c...
compiling lib_iso14443Bpcd.c...
compiling lib_iso18092pcd.c...
compiling lib_iso15693pcd.c...
compiling lib_PCD.c...
compiling lib_nfctype2picc.c...
compiling lib_PICCemulator.c...
compiling lib_nfctype4picc.c...
compiling lib_iso7816picc.c...
compiling lib_cardemul.c...
compiling lib_iso14443Apicc.c...
compiling lib_PICC.c...
compiling lib_flash_ndef.c...
compiling lib_proprietaryP2P.c...
compiling lib_NDEF_AAR.c...
compiling lib_NDEF.c...
compiling lib_ConfigManager.c...
compiling lib_NDEF_Email.c...
compiling lib_NDEF_Geo.c...
compiling lib_NDEF_SMS.c...
compiling lib_NDEF_URI.c...
compiling lib_NDEF_Text.c...
compiling lib_NDEF_Vcard.c...
compiling misc.c...
compiling lib_95HF_wrapper.c...
compiling stm32f10x_crc.c...
compiling stm32f10x_exti.c...
compiling stm32f10x_dma.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_flash.c...
compiling stm32f10x_tim.c...
compiling drv_LED.c...
compiling stm32f10x_usart.c...
compiling drv_lcdspi_ili9341.c...
compiling usb_init.c...
compiling usb_int.c...
compiling usb_core.c...
compiling usb_mem.c...
compiling usb_desc.c...
compiling usb_sil.c...
compiling usb_regs.c...
compiling usb_endp.c...
compiling usb_istr.c...
compiling mass_mal.c...
compiling memory.c...
compiling msd_rw.c...
compiling nand_if.c...
compiling scsi_data.c...
compiling usb_hid.c...
compiling usb_bot.c...
compiling usb_scsi.c...
assembling startup_stm32f10x_xl.s...
compiling usb_prop.c...
compiling core_cm3.c...
compiling usb_pwr.c...
compiling system_stm32f10x.c...
linking...
.\Obj\DEMO_BOARD_ST95HF.axf: error: L6050U: The code size of this image (72548 bytes) exceeds the maximum allowed for this version of the linker.
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
".\Obj\DEMO_BOARD_ST95HF.axf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:06
- the second way, i installed STM32CubeProgrammer, i've managed to program my EVAL-ST95HF but not debugging
I've even tried with Atollic using ST-Link embed into nucleo board , nothing works
can you help me please? Which methode must i use to debug my board
