STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I cant get continuous Data from Sensors with I2C

The MCU I use is stm32f103c8t6 and the sensor is mpu-9255 on the board, there are 5 sensors and I show these sensor values on the LCD screen. I connected a button and when I press the button it moves to the next sensor. The problem is that I want to ...

Broos by Associate II
  • 1283 Views
  • 5 replies
  • 0 kudos

How to compile arm_math.h source in STM32CubeIDE?

Hello All,     I am trying to include arm_math.h for STM32F401RE project, I have all the source file of math.h However when I try to build it. I am getting multiple defination  error at linking stage.Can anyone suggest me how to solve this? I am not ...

NNada1_0-1715784456438.png
NNada.1 by Associate II
  • 1423 Views
  • 5 replies
  • 0 kudos

Resolved! STM32 Ethernet/IP

Does anyone have experience with Etherner/IP on STM32? (STM MCU or MPU are just fine)We are looking for Ethernet/IP example on STM32 but seems not found any thing yet.All we found are just : I-NUCLEO-NETX - netSHIELD industrial ethernet protocols exp...

Dat Tran by Senior II
  • 1929 Views
  • 3 replies
  • 0 kudos

How to unlock RDP level 1 on a STM32U0k8

Hi,I am working on a project using an STM32U031K8U6.I have been experimenting with various low power modes and somehow, It appears that I have accidentally set RDP level 1 protection.I have been using STM32CubeIDE to create and build code and then I ...

JFP by Associate II
  • 1187 Views
  • 3 replies
  • 0 kudos

Resolved! STMG474RE USB FS implementation

Hi together,i´m trying to set up a communication via usb using the usb cdc class to communicate with additional software via a virtual com port running on a local pc using the Nucleo G474RE board.However i can't find a sufficient documentation what i...

j_ic_0-1715774325310.png j_ic_1-1715774344179.png j_ic_2-1715774369039.png j_ic_3-1715774395021.png
j_ic by Associate
  • 691 Views
  • 1 replies
  • 1 kudos

STM32 GDB Automated debugging over STLINK

Hi,My goal is automate some integration testing, to do this i need to use the GDB over STLINK to debug the sw under testing then watch some variables. I need to do it in a script format(command line).are there any documents, tutorials or something el...