Relative Content

Tag Archive for stm32

Integrate STM32f103 with zubax gnss module to receive data over uavcan

I want to receive data from zubax gnss v2.4 module to stm32f103 board using CAN protocol over uavcan libraries. Im using HAL libraries in stmcubeide. Configured CAN in stm32 and not receiving data from zubax,using 1mbps and 500kbps baudrate for CAN, I need inputs to achieve this.

CubeIDE don’t allow to debug and run code

I’m beginer at stm32 programming. I just install cubeIDE and try to make blink code. But cubeIDE shows this message: “ST-Link Server is required to lounch the debug session”

Strange values when reading bytes from my I2C sensor [STM32L0]

I have a system of sensors connected to an STM32 chip, all working via I2C and 3.3V.
I’ve created interface libraries for my sensors, specifically the temperature and accelerometer ones. However, when I read the values measured by the sensors, I came across a strange result.

STM32f103 no startup file in IAR Embedded Workbrench

STM32F103, Hello I want to use Interrupt on GPIO peripheral, I am using IAR Embedded Workbrench tool for programming, So IAR don’t create startup file and it is necessary as I see. How can I Import startup file inside IAR project?