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

STM32F0 Discovery Flash Download Error!

Posted on August 10, 2017 at 10:39Hello to everyone. I am using Stm32f0 discovery (ST-Link) for the programmer. I will load the to external processor (STM32L011D3P6). I edited the Flash settings in Keil IDE. I get this error:'' Debugger - Cortex M E...

0690X00000607l9QAA.png

STM32F0 SPI transmit via interrupt

Posted on August 09, 2017 at 11:30Hello everyone,I'm useing the NUCLEO-F072RB and I'm trying to get the SPI via interrupts to work.Here is the CubeMX initialization of the SPI:/* SPI1 init function */void MX_SPI1_Init(void){      hspi1.Instance = SP...

PaKi by Associate II
  • 325 Views
  • 2 replies
  • 0 kudos

Question about behaviour of HAL_UART_Transmit_IT

Posted on August 09, 2017 at 17:42Hello everyone,I am having some trouble understanding the behaviour of the HAL_UART_Transmit_IT and HAL_UART_Receive_IT routines. I am using two NUCLEO-F767ZI boards that communicate via UART1 in a request/reply fas...

Resolved! STM32F405: Unable to program

Posted on July 17, 2017 at 16:07Hi guys, I've been working with my STM32F405 for over a month now and all of a sudden my chip is unable to be programmed. When I attempt to program my chip using SW4STM32 I get this following error:    Open On-Chip De...

STM32F410-nucleo interval timer

Posted on August 10, 2017 at 05:12I am trying to code interval timer for stm32f410 nucleo demo board.Following is the code wherein I try to set the on-board LED-2 GPIO_PIN_5 as indication but till now no successPlease following is the code ....need ...

Can't read CCR1 value stm32f3

Posted on August 09, 2017 at 15:48 Hello guys, So I'mdoing simple timer capture inputpractice exercise. I have HC-SR 04 sensor and want to drive it with stm32f3 discovery board. If someone could check what is wrong with my code: #include 's...

STM32F7 Heap on External SDRAM

Posted on May 04, 2016 at 23:29 Hello everyone, I have managed to configure the FMC to read/write on my external SDRAM. Now, I am trying to put the heap on it. Unfortunately, I am unsuccessful. I look up on the forum and I have did change...

keaven by Associate II
  • 892 Views
  • 6 replies
  • 0 kudos

Resolved! Same Memory base address In DMA

Posted on August 09, 2017 at 14:01Hello Can i use same memory base address in two dma (dma1 ,dma 2) for transfer date to Peripheral?DMA_DeInit(DMA1_Channel7); DMA_InitStructure.DMA_PeripheralBaseAddr = (uint32_t) & GPIOA->ODR; DMA_InitStructure.DMA_...

Labels