STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 352 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
  • 399 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 Associate III
  • 495 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
  • 346 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...

Resolved! Plug and Program Options

I am using the STM32H743VIT6 LQFP100. I am integrating it into a custom board and looking for the best (easiest, cheapest, fastest) way to program it. This will be in a setting where we would like to just plug in a programmer and hit program; however...