STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

Resolved! 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
  • 833 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
  • 1012 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
  • 955 Views
  • 4 replies
  • 2 kudos

Resolved! Help me selecting the best microcontroller for my app

Hi!I'm looking for a uC that:It is Cortex-M0 or M0+,It isn't a Low Power device (L series) (no need to include Shottky diodes, and my app will be power hungry)It has internal EEPROM,32 <= LQFP <= 64,It has 20+ free pins,and the most important thing: ...

XR.1 by Senior
  • 1547 Views
  • 10 replies
  • 7 kudos

Another Microsecond Delay

NUCLEO-64 STM32L476RGSTM32CubeIDE 1.10.1 Trying to get a microsecond delay to work based on this post.APB1 Timer = 80 MHz from HSI->PLLCLK.TIM6 = 1 MHz (Prescaler = 79, ARR = 0xFFFF)My main (after MX stuff) looks like this and sets delay to 5000 us (...

IMG_1089.JPG
gb2835 by Associate II
  • 939 Views
  • 6 replies
  • 7 kudos

Resolved! USB endpoint limitations?

Hi there, I am trying to implement 3 CDC interfaces over USB. I'm using the USB stack generated by CubeMX, I enabled composite devices and call 3 times "USBD_RegisterClassComposite" in my "MX_USB_Device_Init".I am having troubles with endpoint number...