STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f100rb flash programing

Posted on September 25, 2017 at 14:23hello every body , im new with the stm32  im using discovery kit , i try to read and write to flash memory one byte ,using keil ,can you tell me where can i write can i use the 128 pages (0------>127)  ? or it is...

32F746G-DISCOVERY and SAI

Posted on September 25, 2017 at 14:23Hi,I'm trying to connect the disco board to an AD7779 ADC development kit. I've managed to get the ADC SPI interface working (eventually) but I'm having a lot of trouble reading off the ADC samples as a serial ou...

Retargeting stdio to USART1

Posted on August 02, 2011 at 04:56Hello, I have USART1 configured properly and running. I am using the following code to write to the USART1 [code] USART_SendData(USART1,'A'); /* Loop until the end of transmission */ while (USART_GetFlagStatus(USART...

why stm32f411ve jump to Hard Fault

Posted on September 24, 2017 at 23:23I want to write and read file using FATFS and USB DÄ°SK Host Only middlewares on stm32f411ve but the processor jumps to hard fault when it makes 'f_open(&MyFile,'example.txt',FA_CREATE_ALWAYS|FA_WRITE)!=FR_OK'  c...

Resolved! Input filter too short!

Posted on September 22, 2017 at 10:14Hi everybody! I'm using the input capture digital filter function of TIM15 on STM32F070CB. I need to filter out pulses shorter than 1.5ms and I want to keep FCLK at 48MHz.Problem is, in this case, I can't have a ...

Does STM32F4 has SWI example?

Posted on September 25, 2017 at 03:20Hi.I'm looking for example of Software Interrupt in STM32F10x_StdPeriph_Examples, STM32F4xx_DSP_StdPeriph_Lib_V1.8.0Can I find that in Examples?

uint16_t sometimes overflow in 255

Posted on September 25, 2017 at 00:19Hello friendsI defined a variable uint16_t x;in my code I will compare x >= 500 Most of the time works fineBut sometimes variable is Overflow in 256 i see in debug variable is 0 after 255+1i using IAR , STM32F103...

Pedram by Associate III
  • 448 Views
  • 1 replies
  • 0 kudos