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

STM32F0 Stop Debugging

Posted on October 11, 2016 at 18:41Hey all, I have a problem when I'm debugging the STM32F091RC the firmware doesn't work. I break and the address is so high, about 0x1fffda7c. I've tried the demo examples and the same thing happens. Initialy, the...

eng23 by Senior
  • 283 Views
  • 3 replies
  • 0 kudos

STM32F303 I2C Clock Frequency

Posted on October 12, 2016 at 15:57Hello, We are using I2C on a STM32F303 in master mode. We have computed the configuration of TIMINGR register using AN4235 (and CodeMX gives same results). We don't use clock stretching. We are facing an unexpected...

Second endpoint issue - STM32F107

Posted on October 12, 2016 at 22:35 We are using the following USB FS library. All I need is an additional IN end point to send data to Host. When I tried to add an End point, for end point 2, transfer complete flag is never set. When using End ...

rraval2 by Associate
  • 213 Views
  • 0 replies
  • 0 kudos

Which USB device class to choose?

Posted on October 12, 2016 at 22:27Hey guys i'd like to use my STM32F4 to transfer data from the MCU to the PC (and vice versa). I thought it would be the easiest for the PC to be the host and the MCU to be the device, therefore i have worked my way...

Avoiding spurious interrupt

Posted on October 12, 2016 at 17:28 Hello all, I'm trying to measure the frequency of a signal using the input capture. I'm using the STM32F030's timer 3, which is a 16 bit timer. I want to extend the resolution to 32 bits, using the Capture ...

SRAM - how to find its address ?

Posted on October 10, 2016 at 22:40Hello,I have created with cube new sram display device, and I have its generated code,But I can't find the address which correspond to this device.How should I find it ? I also made search in internet and forum but...

ranran by Senior II
  • 323 Views
  • 3 replies
  • 0 kudos

Jumping to flash address in other bank

Posted on October 12, 2016 at 15:07 Hi! I work on a Nucelo 144, with STM32F4 I try to make a jump starting from the start application (sector 1, address 0x8000000, bank 1) to another application contained in Sector 17 ( address 0x8120000, ba...

Labels