STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

32F429IDISCOVERY external power supply

Posted on April 03, 2015 at 14:33Hi,I am trying to design an external power supply for my disco board and I'm a little bit confused how the power supply schemes of STM32F4 relly works...My idea was to have a possibility of external power supply stab...

Scatter Brain

Posted on March 31, 2015 at 14:32I have a bootloader which needs to read an 8 byte char array from the application area to identify it's version information. So bootloader is located at 0x08000000Application firmware at :   0x08020000the char array ...

joe by Associate III
  • 752 Views
  • 4 replies
  • 0 kudos

how to use ISER register in cortex-m4 core

Posted on April 03, 2015 at 10:48thanks to read this.i want to activate NVIC based on cortex-m4 core.but i am struggling to use Interrupt Set Enable register(ISER).pls anyone explain about NVIC in cortex M4 core and how i can use this.          than...

CubeMX USB STM32F1xx

Posted on April 03, 2015 at 09:46hello,i'm giving a try to CubeMX. a simple test prog in stm32f4vl_disco (HID interface) works like a charm. the same prog for a STM32F103RBT6 (stm32-mini from china) starts ok, stays alive, but no usb at all.noting v...

STM32CUBEMX UART Example Needed

Posted on April 02, 2015 at 00:00Hi am totally new to CubeMx . I will be grateful if any one has a UART example . I want to send String to PC and Receive String from PC I cant find one anywhere on google Many Thanks in Advance

STM32F3 Discovery + LCD PCD8544 (Nokia 5110)

Posted on April 03, 2015 at 02:00Hey, I'm trying to get the PCD8544 working with my STM32F3 and I used this codehttp://stm32f4-discovery.com/?wpdmdl=1766that i found on this page http://stm32f4-discovery.com/pcd8544-nokia-33105110-lcd-stm32f429-disc...

mr by Associate
  • 817 Views
  • 0 replies
  • 0 kudos

What's ETH_PPS_OUT in STM32F4x9 MAC.

Posted on September 12, 2013 at 21:48In ethernet MAC block, Port PB5 is assigned as ETH_PPS_OUT. I searched for a while and can find the usage of it. Is it MII_TX_ER?Sink.

tonyyu by Associate II
  • 668 Views
  • 2 replies
  • 0 kudos

STM32Cube - SDIO & DMA & FatFs - Not getting interrupts

Posted on April 02, 2015 at 22:28I successfully build and run on my target that is based on the STM324x9I-EVAL the FatFS sample project under \STM32Cube_FW_F4_V1.3.0\Projects\STM324x9I_EVAL\Applications\FatFs\FatFs_uSD_RTOS\ after I change the polli...