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

Resetting a GPIO PIN INPUT

Posted on August 18, 2015 at 18:01Hello guys, I am using pin PC7 set has input on a http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260320 and use IAR with . __HAL_RCC_GPIOC_CLK_ENABLE(); GPIO_InitStruct_C.Pin = GPIO_PIN_7; GPIO_In...

GUI_JPEG_Draw always crashes

Posted on April 27, 2015 at 05:29I'm evaluating STemWin for our custom board. current i'm programming under simulatoin environmnet(VS2013 us used) And now, i have faced strange behavior with STemWin V5.26 It always crashes when i try to draw a jpeg ...

Protect my code STM32

Posted on August 19, 2015 at 15:16I am using STM32f407 and STM32f302 for a project and Finished, now I need to protect the code so no one can upload the hex from my controller ?? can anyone direct me where to look ? #read #flash #stm32f

General question about Bootloaders and .hex/.bin files

Posted on August 19, 2015 at 14:01Greetings,I have a very general question regarding using an external uC, an EEPROM and an ethernet PHY IC to implement a reflash-through-ethernet capability on a custom board.My question is about the program data th...

bjerman by Associate II
  • 341 Views
  • 2 replies
  • 0 kudos

void ADC_IRQHandler(void) Question

Posted on August 18, 2015 at 22:24 I think I know the answer but I just want to be sure. Is there any way to know from which ADC the handler is called? If I am using the 3 ADCs do I need to call the HAL_ADC_IRQHandler() for all like below? ...

keaven by Associate II
  • 424 Views
  • 3 replies
  • 0 kudos

Virtual COM port driver windows10

Posted on August 18, 2015 at 13:28HelloI have a quastion about  Virtual COM port driver for windows 10.Windows detects port correctly but when I trying to use shows the message ''dangerously disconnected device''.The Microsoft suport told me thet is...

slawomir by Associate
  • 333 Views
  • 2 replies
  • 0 kudos

mbed Serial on Nucleo UART4

Posted on August 13, 2015 at 01:14 I have already asked this question on the mbed site: https://developer.mbed.org/questions/59656/Serial-What-are-the-Supported-pins/ It isn't clear from the Handbook whether this is even suppos...

UPS backup battery USB interface

Posted on August 19, 2015 at 11:49Hi all, did anybody connect UPS's usb interface into STM32F* USB host ? i'm having battery from APC and i have linux on machine that is having only serial interface, so i would like to use STM32F* to convert statu...