Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Build Project: sorry, unimplemented: Thumb-1 hard-float VFP ABI

Hi,

got a fresh STM32F767 Nucleo-144 Board, installed STM32CubeMX-4.15.1, sw4stm32_win_64bits-v1.8 and tried some of the examples in the STM32Cube_FW_F7_V1.4.0 package but none of them are working.

I followed the instructions in the documentation, i.e. switch workspace, select example and import project but when i select build project i always got the same error messages:

Description Resource Path Location Type
make: *** Example/User/main.o Error 1 STM32F767ZI-Nucleo C/C++ Problem

Description Resource Path Location Type
sorry, unimplemented: Thumb-1 hard-float VFP ABI STM32F767ZI-Nucleo line 81, external location:

The first message can be solved with the solution posted in [http://www.openstm32.org/tiki-view_forum_thread.php?comments_parentId=3096|-> Link fpv5-sp-d16
Floating-point ABI -> hard
Instruction Set -> Thumb II

I will be grateful for any help you can provide.

Hi,

I’ve had a similar error message. The problem was that the -mcpu=cortex-m7 option was missing in the compiler command (see Properties -> C/C++ Build -> Settings -> Tool Settings -> MCU GCC Compiler).

In Properties -> C/C++ Build -> Settings -> Target I’ve chosen: Series: STM32F7 and Mcu: STM32F746ZGTx (because the STM32F767ZIT is not supported by sw4stm32 V1.8 now). All target specific files (startup, ld, stm32f767xx.h) are for the STM32F767.

Then the build was successfully. It is a workaround, hope the F767 is supported by sw4stm32 soon.

I hope I could help you


 

Newest Forum Posts

  1. Analog servomotors with nucleo f334r8 by SkelePaw, 2025-11-01 05:57
  2. So happy to finally meet you! by Danielrug, 2025-10-28 11:01
  3. STM32 MCU model shortlisting for Making RC remote by Palvish, 2025-07-07 15:05
  4. SPI on Nucleo_STMH533RE by royjamil, 2025-05-04 20:13
  5. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-25 07:37
  6. SPI on Nucleo_STMH533RE by royjamil, 2025-03-23 11:31
  7. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-23 09:33
  8. Configuring DMA for ADC in SW? by sam.hodgson, 2025-03-04 12:58
  9. Build a project in "release" mode by info@creosrl.it, 2025-02-20 18:12
  10. Build a project in "release" mode by info@creosrl.it, 2025-02-20 17:05

Last-Modified Blogs