STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RTC write

Posted on October 12, 2015 at 17:35hi can anyone tel me what wrong with the below code ?..i cant bale to write void rtc_Initialize(){ int i = 0 ; RTC_TimeTypeDef RTC_TimeStruct; SystemInit(); /* Enable the PWR clock */  RCC_APB1PeriphClockCmd(RCC_...

arunl4g by Associate II
  • 861 Views
  • 8 replies
  • 0 kudos

STM32 FOC motor control firmware library

Posted on October 12, 2015 at 16:16Hi everybodyI have designed my PCB to work with STM32F103 and it works well.I am using Keil 5 software to generate my C codes.I have to work with a BLDC motor and I need STM32F FOC motor control firmware library bu...

STM32F7 - Bug in ADC?

Posted on October 08, 2015 at 08:15The original post was too long to process during our migration. Please click on the attachment to read the original post.

STM32F4 ADC noise with increased activity in USB FS?

Posted on October 13, 2015 at 07:29Hi all,I am trying to identify a certain frequencies using STM32F4x's ADC(STM32F4). Sensitivity of detecting these frequencies worsens when we stream data continuously through USB operating in Fullspeed (say stream...

hari by Associate II
  • 887 Views
  • 0 replies
  • 0 kudos

STM32: how to use an nrf24l01 transceiver

Posted on March 26, 2015 at 07:20Hi to all, I have two stm32f3 discovery with 1 nrf24L01 transceiver on each one.  I want to send a packet from one and receive this packet on the other one. Can someone help me? I have no idea. Thanks...

vito by Associate II
  • 3159 Views
  • 12 replies
  • 0 kudos

Test/Clear EV7 i2c Std Peripheral Library- Help!!!!

Posted on October 12, 2015 at 17:59Hi,I think I have traced my problem with my big combined i2c DMA project.I need to test on EV7 and clear it after receiving every byte - but the Std Peripheral Library firmware doesn't seem to have a command for th...

estersci2 by Associate III
  • 479 Views
  • 2 replies
  • 0 kudos

C# netFM: system.security leads to crash...

Posted on October 12, 2015 at 11:33Hi, I want to implement some encryption functions on the STM32F429Discoveryboard using the netFM ''system.security'' or ''microsoft.SPOT.security.PKCS11'' assemblies (VS2012). The problem is: if I add the assemblie...