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

using stm32 cube hal library

Posted on December 22, 2015 at 16:56Hey guys!My product is based on STM32F030 and i am using stm32 cube hal libraries as my development platform. I wanted to know how reliable is it?Is it good enough to use it for a product development?What would be...

Binary semaphore ublocks after creation

Posted on December 22, 2015 at 13:25 trying to use binary semaphore on STM32F4 discovery board with FreeRTOS gives some strange (even wrong) results. First and foremost, documentation for FreeRTOS says: SemaphoreHandle_t xSemaphoreCreateBin...

STMF303 CAN Normal Mode

Posted on December 22, 2015 at 10:47Hello!I have already coded for CAN Loopback mode and it works. However, when I changed the mode to CAN Normal Mode, I am unable to hit Receive Handler, but I can hit transmit Handler.int main(void) {  /* USER CODE...

STM32Cube HAL_UART_Transmit_DMA strange behaviour

Posted on January 27, 2015 at 21:17I have built a system using STM32CubeMX 4.5 and STM32Cube v1.1.0 for a F072 CPU. I just started implementing the UART parts. I want to run using DMA, but I can't get it to work. A call like HAL_UART_Transmit_DMA( &...

jesper by Associate II
  • 335 Views
  • 3 replies
  • 0 kudos

Uart interrupt

Posted on December 19, 2015 at 19:15 Hello, I tried to get working the uart with interrupt. I can send and receive data by polling with the function HAL_UART_Receive. First how I can do to check if a byte is in the data_register, because whe...

How to set and reset ADC1 VBAT channel with Cube

Posted on December 22, 2015 at 15:01Hello to all, I can set the ADC1 Vbat Channel für a STM32F2xx with HAL_ADC_ConfigChannel(). But how can I reset the bit in order to save the battery from leakage current? I could not find a cube function similar...

andywild2 by Associate III
  • 192 Views
  • 0 replies
  • 0 kudos
Labels