8655 views|27 replies

718

Posts

0

Resources
The OP
 

Sensortile.box [Copy link]

 
 

The firmware of "Sensortile.box" can be run in LEIL5.

Can "Sensortile.box" or its firmware run in "STM32CubemMX"?

Or how can I run it in "STM32CubemMX"?

Latest reply

https://www.keil.com/dd2/pack/# [attach]497245[/attach]   Details Published on 2020-8-27 08:48
 
 

9702

Posts

24

Resources
2
 

Can you be more specific? Are you referring to the firmware for FP-SNS-STBOX1?

Personal signature虾扯蛋,蛋扯虾,虾扯蛋扯虾
 
 
 

718

Posts

0

Resources
3
 

Firmware for "Sensortile.box":

STM32CubeFunctionPack_STBOX1_V1.3.0

This was mentioned in the lecture "Introduction to ST MEMS Sensor Development Tools" of this competition.

Downloaded from the following URL

SensorTile.box firmware download:
https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-sns-stbox1.html

Comments

CubeMXIDE is the same development environment as IAR and MDK. STM32CubeMX is the configuration tool for STM32 and is used to generate project files for the corresponding IDE.  Details Published on 2020-8-10 14:51
 
 
 

9702

Posts

24

Resources
4
 
This post was last edited by littleshrimp on 2020-8-10 14:46
lanhua published on 2020-8-9 21:46 "Sensortile.box" firmware: STM32CubeFunctionPack_STBOX1_V1.3.0 is the first firmware of this competition "ST MEMS Sensor Development"...

The folder with cubemxIDE in the corresponding example is the cubemxIDE project.

Comments

Where is the "corresponding routine"?  Details Published on 2020-8-10 20:46
 
 
 

9702

Posts

24

Resources
5
 
lanhua posted on 2020-8-9 21:46 The firmware of "Sensortile.box": STM32CubeFunctionPack_STBOX1_V1.3.0 is the first firmware of this competition "ST MEMS Sensor Development...

CubeMXIDE is the same development environment as IAR and MDK

STM32CubeMX is a configuration tool for STM32 used to generate project files for the corresponding IDE

Personal signature虾扯蛋,蛋扯虾,虾扯蛋扯虾
 
 
 

718

Posts

0

Resources
6
 

Thanks!!

I'll take another look!

 
 
 

718

Posts

0

Resources
7
 
littleshrimp posted on 2020-8-10 14:45 lanhua posted on 2020-8-9 21:46 "Sensortile.box" firmware: STM32CubeFunctionPack_STBOX1_V1.3.0 is this...

"In the corresponding routine"

Where is it?

Comments

STM32CubeFunctionPack_STBOX1_V1.3.0\Projects\STM32L4R9ZI-SensorTile.box\Applications\BLESensors\STM32CubeIDE [attachimg]493985[/attachimg]  Details Published on 2020-8-10 22:46
 
 
 

718

Posts

0

Resources
8
 

"The folder with cubemxIDE in the corresponding example is the cubemxIDE project"

Where to find?

 
 
 

9702

Posts

24

Resources
9
 
lanhua posted on 2020-8-10 20:46 Where is the "corresponding routine"?

STM32CubeFunctionPack_STBOX1_V1.3.0\Projects\STM32L4R9ZI-SensorTile.box\Applications\BLESensors\STM32CubeIDE

Personal signature虾扯蛋,蛋扯虾,虾扯蛋扯虾
 
 
 

718

Posts

0

Resources
10
 

\STM32CubeFunctionPack_STBOX1_V1.3.0\Projects\STM32L4R9ZI-SensorTile.box\Applications\BLESensors\STM32CubeIDE\

The folder was found, but there was no "suffix .ioc" file in it

Comments

There is no STM32CubeMX file in the software package. This is the CubeMXIDE project.  Details Published on 2020-8-12 09:38
 
 
 

9702

Posts

24

Resources
11
 
This post was last edited by littleshrimp on 2020-8-12 09:41
lanhua published on 2020-8-11 14:50 \STM32CubeFunctionPack_STBOX1_V1.3.0\Projects\STM32L4R9ZI-SensorTile.box\Applications\BLESensors\STM ...

There is no STM32CubeMX file in the software package. This is the STM32CubeIDE project.

 
 
 

718

Posts

0

Resources
12
 

So how can we use "STM32CubeMX"?

 
 
 

9702

Posts

24

Resources
13
 
lanhua published on 2020-8-12 16:03 So how can we use "STM32CubeMX"?

This software package does not come with .ioc files, so it should not be opened with stm32cubemx. Do you want to use stm32cubemx to modify peripherals? stm32cubemx and keil are not the same thing (I assume that the LEIL5 you mentioned in the first post refers to KEIL5) keil is an integrated development environment and its corresponding tool is called STM32CubeIDE. The free tool provided by ST can be used to write, compile, download and debug STM32 projects. stm32cubemx is a tool for creating projects, mainly to configure STM32 resources in a visual way, such as configuring peripheral parameters, etc. stm32cubemx can create projects based on sensortile.box, but the logic functions need to be added by yourself

 
 
 

718

Posts

0

Resources
14
 

1.Yes: I want to modify the peripherals with "stm32cubemx". Is there a way?

2.STM32CubeIDE also does not open the "sensortile.box" firmware. How to open it?

Comments

How to open a project in STM32CubeIDE [attachimg]494860 [/attachimg] [attachimg]494864 [/attachimg] How to create a SensorTile.box project in STM32CubeMX [attachimg]494865 [/attachimg] [attachimg  Details Published on 2020-8-15 13:15
 
 
 

9702

Posts

24

Resources
15
 
lanhua posted on 2020-8-14 20:21 1. Yes: I want to use "stm32cubemx" to modify peripherals. Is there a way? 2. STM32CubeIDE also does not open "sens ...

STM32CubeIDE open project method

How to create a SensorTile.box project in STM32CubeMX

Comments

Thanks to: littleshrimp for the step-by-step teaching! Thank you! Now, when generating code, it prompts: the firmware package (STM32Cube FW_L4 V1.14.0) or one of its dependencies required by the project is not available in your  Details Published on 2020-8-17 16:49
Personal signature虾扯蛋,蛋扯虾,虾扯蛋扯虾
 
 
 

718

Posts

0

Resources
16
 
littleshrimp posted on 2020-8-15 13:15 How to open the project in STM32CubeIDE How to create the SensorTile.box project in STM32CubeMX...

Thanks to: littleshrimp for the step-by-step teaching!

Thanks!

Now, when generating code, it prompts:

the firmware package(STM32Cube FW_L4 V1.14.0)or one of its dependencies required by the project is not available in your STM32CubeMX repository do you want to download this now?

Need to download (STM32Cube FW_L4 V1.14.0), and then prompt download timeout.

What to do next?

Comments

Try Help->Manage embedded....., then expand L4 in the pop-up window, select the latest package and click Install Now. If it still doesn't work, you can go to ST's website  Details Published on 2020-8-17 17:51
 
 
 

9702

Posts

24

Resources
17
 
lanhua posted on 2020-8-17 16:49 Thanks: littleshrimp for the step-by-step teaching! Thank you! Now, when generating the code, it prompts: the firmware package ...

Try Help->Manage embedded....., then expand L4 in the pop-up window, select the latest package and click Install Now to try

If it still doesn't work, you can download it from ST's website, unzip it to the specified directory, and remove Use Default... when generating the project, and select the folder you unzipped.

Personal signature虾扯蛋,蛋扯虾,虾扯蛋扯虾
 
 
 

718

Posts

0

Resources
18
 

What is “STM32Cube FW_L4 V1.14.0”?

 
 
 

9702

Posts

24

Resources
19
Personal signature虾扯蛋,蛋扯虾,虾扯蛋扯虾
 
 
 

718

Posts

0

Resources
20
 

There is no "STM32Cube FW_L4 V1.14.0" on the official website

Comments

The current version of the official website is 1.16.1.  Details Published on 2020-8-18 18:00
 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list