I want to set the adc value to 0 when I read the adc value with ads1115 and it’s not connected, but the adc value is read
I’m reading the adc value with ads1115 and outputting the sensor value
Implementing Parallel RGB interface in STM32 with no LTDC
For my project, I need to use a parallel RGB interface (8 bits) to control a display using Nucleo-F411RE. The PCLK for the RGB interface is required to be a minimum of 1MHz.
I disabled the serial port on STM32CUBEIDE and now I can’t upload code to the stm32
I disabled the serial port on STM32CUBEIDE and now I can’t upload code to the stm32.
is trying to test serial communication.
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?
WizNet W5500 socket closes after second read. Using the ioLIbrary
I have setup a Wiznet 5500 module as a simple TCP client on an STM32G0B1KET6.
Here are the two snippets which make the connection to the server as well as create the socket.
STM32F407 – CMSIS DSP – IFFT not working with audio input/output
I’m currently using the stm32f407g-disc1 and reading an audio input through PMOD I2S2. I’ve carried out some examples and the hardware is working fine (writing data from the rx to the tx buffer) such as the code below.