STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 I2C wont work without debugger

Posted on August 28, 2013 at 12:45Hi all!Im currently working with a project that should read data from sensors using the I2C bus.When i am using a debugger to start the program it runs at it should. Reading sensor values and putting out the data on...

ojoel by Associate
  • 2890 Views
  • 11 replies
  • 2 kudos

Resolved! UART HMI Display Receive-Transmit Issue

Hi,I am Faruk.What i am trying to do is, sending data that i collacted from ADC Ports to Nextion HMI Display. Also at the same time i am getting signals from buttons on the Nextion HMI Display. I use UART pins of Nextion HMI Display. 5V RX TX GND.If ...

frkdkk by Associate II
  • 1416 Views
  • 4 replies
  • 0 kudos

Nextion HMI UART Issue

Hi,I am using an STM32F407 Evaluation Board in my project, along with a Nextion HMI Display that communicates with the MCU over UART.In this project, I send data every 1 second using a TIM interrupt with UART Polling Mode, and I receive data from the...

frkdkk1 by Associate
  • 1387 Views
  • 3 replies
  • 1 kudos

STM32U535CB for Bicycle Computer Application

Dear STM CommunityI am reaching out on behalf of our development team, as we are in the process of selecting an appropriate microcontroller for a bicycle computer application. We are considering the STM32U535CB for its ultra-low power consumption, ro...

STM32F746G-DISCO External SDRAM Code Execution Problem

Hello everyone,I’ve been working on a project using the STM32F7 Discovery board and I’m trying to execute code from external SDRAM. However, I’ve run into a puzzling issue and could use some guidance. Here’s a detailed breakdown of the problem:Setup:...

THoll.4 by Associate
  • 581 Views
  • 1 replies
  • 0 kudos

STM32H743 Flash EraseSector Reset Problem

 Hello everyone,I am working with an STM32H743VIT6V processor and attempting to erase sector 7 of the flash memory using the following parameters: FLASH_EraseInitTypeDef EraseParams; EraseParams.TypeErase = FLASH_TYPEERASE_SECTORS; EraseParams.Banks ...

STM32G0 ADC usage with DMA

STM32G0B1CBT6 #define ADC0_OBJ_COUNT 9 const uint8_t ch_remap[ADC0_OBJ_COUNT] = {ADC_CHANNEL_0, ADC_CHANNEL_1, ADC_CHANNEL_2, ADC_CHANNEL_3, ADC_CHANNEL_4, ADC_CHANNEL_5, ADC_CHANNEL_6, ADC_CHANNEL_7, ADC_CHANNEL_10}; //const uint8_t ch_remap[A...

JD3 by Associate II
  • 674 Views
  • 7 replies
  • 0 kudos

Resolved! STM32F042C6U6 ADC Input Problem

Hello, I use STM32F042C6U6 processor. I use IN 2, 3 and 4 inputs for ADC, but when I activate channel IN 4 input, there are serious deviations in other ADC values. My Variable  uint32_t adc_values[2]; Main Code:   int main(void) { /* USER CODE BEG...

Sergen_0-1729362040278.png
Sergen by Associate III
  • 685 Views
  • 4 replies
  • 2 kudos