STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Nucleo-F439ZI internal temperature sensor

HI team,I am working in NUCLEO-F439ZI board, now I am doing multi-channel ADC, in that I selected ADC 1 for getting the data, in ADC1 select CH3 and CH10 and Internal Temperature sensor. The data from CH3 and 10 work fine, but the internal temperatur...

STM32U585 RTC DST

HII use the STM32U585 with HALThis is my setting for time :_sTime.Minutes =_minute;_sTime.Seconds =_seconde;_sTime.TimeFormat =RTC_HOURFORMAT_24;_sTime.DayLightSaving = RTC_DAYLIGHTSAVING_NONE; if (HAL_RTC_SetTime(&hrtc, &_sTime, RTC_FORMAT_BIN) != H...

Markko67 by Associate II
  • 247 Views
  • 0 replies
  • 0 kudos

Resolved! Address jump function

Hi, in my project I am try to jump 0x8002000 address . but I am facing some failure, typedef void (*FunctionPointer)(void); // Example function to jump to another addressvoid jumpToAddress(uint32_t * address) { //address =0x800029c;    // Define a fu...

NandhakumarGanesan_0-1716892537128.png NandhakumarGanesan_1-1716892659863.png

STM32H7 Dual Core ADC/DMA "locking"

I have a setup on a dual core STM32H755 device with each core measuring two ADC channels with shared pins at different sample rates. The M7 core measures ADC1 Ch15 and Ch5 at 1MHz@14bit, with a sampling time of 1.5cycles (20MHz ADC clock prescaled by...

IrisDM_0-1706283076021.png
Iris-DM by Associate III
  • 1514 Views
  • 6 replies
  • 1 kudos

Touchscreen HMI solution

Hello,Does ST mirco provide a readmade Touchscreen HMI solution which can be interfaced with an existing system and display inputs received through the exisiting system on the display with minimum modifications, should be easily configurable and adap...

ATank.1 by Associate III
  • 230 Views
  • 0 replies
  • 0 kudos

Resolved! STM32L496 Missing Bits in SVD-File

Hi,I just downloaded "STM32L496.svd" (Version 1.3) from ST homepage and noticed that there are missing bits in register definitions:CCMR1:Bit 16 -  OC1M[3]Bit 24 - OC2M[3]CCMR2:Bit 16 -  OC3M[3]Bit 24 - OC4M[3] 

Resolved! Limitation of SPI3 of STM32U5

I spent many hours trying to make the SPI3 works through the use of the HAL but it was doing weird things (not clearing IRQ flag so ISR was continuously called).Then I found that SPI3 is limited to a size of 1023.I also found on this forum other peop...

nicolas by Senior
  • 494 Views
  • 1 replies
  • 0 kudos