STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Microxplorer suggestions for improvement

Posted on October 02, 2013 at 10:05Maybe it'sread bydevelopers from ST. I had two ideas for improvements - Somehow graphically distinguish outputs that are 5 volt tolerant - Add user defined (label) tag in which the user can observe what signal is ...

asrock70 by Associate II
  • 651 Views
  • 4 replies
  • 0 kudos

STMCubeMX V 4.3.0 STM32F37x

Posted on July 08, 2014 at 19:01Will not allow configuring both USB and CAN at the same time (forces both to PA11/PA12). Trying to configure USB on PA11/PA12 and CAN on PB8/PB9. CAN shows up in override list for PB8/PB9 but pins turn orange and stat...

STM32F4 SPI3 interrupt problem

Posted on July 08, 2014 at 08:25Hello;I am working on stm discovery. My aim is get output from speaker. I did it in main function. but i want to use SPI3 interrupt for send data. My codes in below. The code does not go to interrupt. I put breakpoint...

How do I get the Systick values from register in real-time ?

Posted on July 09, 2014 at 07:51For now, I need to do a simple benchmark of memcpy. Here, it's pseudocode.#define SYSTICKS_REG 0xE000E018uint32_t *get_systicks (void){    return (uint32_t *) SYSTICKS_REG;}measure_start = *get_systicks ();for (int j ...

gapryun by Associate II
  • 1577 Views
  • 2 replies
  • 0 kudos

DMA2 ISR and TIMER ISR conflict

Posted on June 13, 2014 at 20:42Hello,I am confused by a DMA2 ISR and TIMER ISR conflict which is occurring in my project.The project is based upon the FATFS SDIO example project provided with the STM32F4Discovery PCB.I have had no trouble whatsoeve...

forrest by Associate II
  • 1030 Views
  • 6 replies
  • 0 kudos

STM32F407VGT6 System Tick Configuration Issue

Posted on May 27, 2014 at 09:14Hi, I am facing an issue to configure system tick for STM32F407VGT6 discovery board. if (SysTick_Config(SystemCoreClock / 1000) is given in example to configure system tick for 1 milli sec. This board runs with 168MHZ....

STM32F303 USART bootloader: NACK for ''Go'' command?

Posted on July 07, 2014 at 16:20Hi!How can I tell the STM32F303 bootloader to run application code from flash memory? After reading AN3155, I tried the following byte sequence (''>'' indicating bytes sent to the serial interface, ''<'' bytes receive...

Problem writing to flash

Posted on July 09, 2014 at 11:55Hi, I'm running the example code to try to program the flash memory. This starts:void WriteFlash(void){    /*!< At this stage the microcontroller clock setting is already configured,        this is done through System...

USB MSC BOT transfert problem

Posted on July 09, 2014 at 11:20Hey guys,I'm using STM32F4 discovery board and I have some problems to communicate between MCU and PC using MSC BOT protocol.I would like to exchange data from my MCU to my PC and my PC to my MCU.I'm using the library...

Low Power Aplication with WDG

Posted on July 08, 2014 at 16:49Hi,I have programmed an application that reads sensors and then enters in low-power mode (StandBy)  for several hoursHow can I implement a watch dog to prevent failures during during the read operation?Best Regards,  ...