STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Enter and Exit from stop mode for stm32f103

Hello,For my project, I would like to enter and exit from stop mode. My intended application would be something like, the processor should wait for 1 or 2 minutes with RTC Alarm and it should wakeup if ther is any external interrupt or if there is no...

JHemb.1 by Associate II
  • 1060 Views
  • 3 replies
  • 0 kudos

http server c # communication problem

Dear all,want to check the input and output status of a board I designed with stm32h7 with Http protocol. My web page works fine in chrome. When I try to access the board via c #, I get an error "The server committed a protocol violation". also my c...

STM32G030 ADC issue

Hello,I am using STM32G030C8 microcontroller's several ADCs. Most of them are working okay but two of them (ADC1 IN15, PB11 and ADC1 IN16, PB12) are not showing correct ADC values.In ADC IN15: When I use only this channel in the code then it shows 0 ...

MFaiz.2 by Associate II
  • 3353 Views
  • 14 replies
  • 0 kudos

How can Gcc work with itcm of stm32h7x

when i use the ITCM of stm32h743 with arm gcc ,in linkscript,i add new section as: _sitcm_addr = LOADADDR(.ItcmRam); _svtor_addr = LOADADDR(.isr_vector); _vtor_size = 0x400; /*SIZEOF (.isr_vector)*/ .ItcmRam : {   . = _vtor_size;   /*reserved for vec...

iidio.1 by Associate
  • 709 Views
  • 0 replies
  • 0 kudos