STM32 MCUs Products

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
  • 534 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...

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
  • 861 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....

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...

printf keil stm32 eval2 board

Posted on July 07, 2014 at 10:33Hey guys, I have been looking up how to do this for a while and I haven�t been able to figure it out.  How do I use printf in keil for the stm32439i-eval2 board? Is there code that will make this work anywhere? Thank...