STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN message being sent only once

Posted on May 21, 2016 at 18:17 Hi, I m using STM32F103 Nucleo board and keil compiler. I m using HAL_CAN stack. I configured filter in mask mode and set to receive all messages. Mode : Loopback mode speed : 250 kbps ID : stand...

SS.Sagar by Associate III
  • 438 Views
  • 2 replies
  • 0 kudos

STM32 HAL UART Receive Issues

Posted on May 17, 2016 at 22:02 Hi all, I have recently run into an issue trying to use the HAL_UART_Receieve() function which comes with the HAL library. I am using the Nucle-F303RE board, which uses the STM32F303RE microcontroller. I wa...

ifarah by Associate
  • 694 Views
  • 1 replies
  • 0 kudos

CubeMX problem....

Posted on May 20, 2016 at 23:00I'm using the wakeup interrupt from the RTC, but I don't want it active until certain conditions are present.But I have no choice, either I disable it in Cube and get no stubs for interrupts and no definition, or I ena...

mattreed9 by Associate III
  • 624 Views
  • 3 replies
  • 0 kudos

AN2824, Optimised I2C - applicable to STM32F411 ?

Posted on May 11, 2016 at 12:26AN2824: Application note - STM32F10xxx I2C optimized examples''This application note applies to STM32F101xx and STM32F103xx medium, high and XL density microcontrollers, STM32F105/107xx connectivity line and STM32F100x...

cubemx USB on STM32F3Discovery

Posted on May 21, 2016 at 22:39I'm having some difficulty getting the default HID or VCOM projects to run properly.  I've set the HSI input and let the clock configuration do its thing.   The projects compile fine, but when I try to run them on a Ma...

Geoffrey1 by Associate III
  • 328 Views
  • 2 replies
  • 0 kudos

Device information at runtime

Posted on May 23, 2016 at 14:00Hi,I need to distinguish between diffrent types of STM32 devices during runtime .Specifically between F2 and F4 and their sub types. Can this information be parssed from the Unique ID?Is there a way to get at runtime t...

ari_v2 by Senior
  • 321 Views
  • 2 replies
  • 0 kudos

howto reset stm32 by software properly

Posted on May 23, 2016 at 12:15Hello, i have an application that should restart from time to time (bootloader). Currently I do NVIC_SystemReset(). But it seems that only the CortexCore and not the internal peripherals are reset. Some of the CubeMx F...

taraben by Senior
  • 534 Views
  • 1 replies
  • 1 kudos

Interrupts during flash programming

Posted on May 02, 2016 at 08:23While programming the flash memory cannot provide instructions to the processor for execution. So you can only run programs from cache (which you processor doesn't have) or RAM. I expect that your code writes a group o...