STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

SDIO DMA Timeout

Posted on June 24, 2013 at 15:13 Hi All , Till now i worked with the STM3240G-EVAL , At the beginning i had a problem that i received DMA timeout when i tried to write to the sd-card. The was due to a problem that the DMA interrupt ,...

stm32f4 i2c pcf8574

Posted on June 29, 2013 at 14:22 Hi there, I got stuck on communicating with a PCF.. I know that i have the address right, because i connected the chip to my Arduino for testing. The program gets stuck onwhile(!I2C_CheckEven...

2 Pins interrupts

Posted on June 29, 2013 at 11:13Hi , I have the following initialisation ://ADXL interrupt port pin  AFIO->EXTICR[0] |= AFIO_EXTICR1_EXTI2_PD; EXTI->IMR |= EXTI_IMR_MR2; EXTI->RTSR = EXTI_RTSR_TR2; NVIC_EnableIRQ(EXTI2_IRQn); //user alert button PA...

raducara by Associate II
  • 170 Views
  • 1 replies
  • 0 kudos

problem with USART bootloader programming STM32F407

Posted on June 28, 2013 at 21:47Hi all, please could you help me to identify changes in communication using serial port and STM32 bootloader, i'm able to program STM32F103 with version 2.2 chip ID 414 but i can't program STM32F407 with bootloader ve...

Can you explain this code to me please ?

Posted on June 28, 2013 at 21:28 Hello,  Could somebody please explain why the code below (AN4099) does configure alternate function 2 for TIM2 (capture/compare channel 2) and yet configured channel 1 as well as an interrupt source? If it is desire...

EXTI - High Latency on STM32F407

Posted on June 27, 2013 at 20:47Hi. I used one of the examples shipped with Discovery as a template for my code.  Basically, a GPIO input (PA0) is coupled to a function generator and every time an interrupt is detected, a different pin goes HI/LO to...

F4 and Code Protect

Posted on March 11, 2013 at 15:53I loaded data into ROM page 11.  I then changed from 1’s to 0’s from my running code.  So far so good.Now I want to prevent my code from being read via a debugger.I can set FLASH_OPTCR bits 8..15 to 0xBB in my co...

picguy2 by Associate II
  • 198 Views
  • 5 replies
  • 0 kudos

Flash EEPROM Simulation Question

Posted on June 27, 2013 at 10:58Hi,I can't seem to find answer to following question in Datasheet, Programming Manual, Reference Manual and StdPeriph Driver Doc.If I use the Flash memory to Simulate EEPROM and I wish to use one of the 16KB sectors, ...

Terminatre Unconnected Pins

Posted on June 28, 2013 at 12:511. What do of BOOT0 pin. Should be float, pull down or pull high.2. Pin PC13-15 hae limited function . I am not using them. Should I terminate the by making input pull high, or left them as default or output low.

Labels