STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! What's threshold voltage for external interrupt?

Posted on February 07, 2018 at 21:12Hello, I'm just wondering what is the threshold voltage used to determine if an external interrupt due to falling or rising edge should occur. I'm attempting to find it in the datasheet, but unsure at which value ...

STM32F103RB VREFINT_CAL value?

Posted on February 07, 2018 at 00:21Hello, I�m trying to get a precise measure with the ADC of the NUCLEO-F103RB but I can�t get a stable result. I measure the internal reference voltage in IN17 of ADC1 but the value is also unstable, so I think the...

Resolved! STM32F746ZG STM32F767ZI unexpected, unwanted Reset

Posted on February 03, 2017 at 17:20I use NUCLEO-F746 and NUCLEO-767, CubeMX 4.19 with FreeRTOS and LWIP.No Watchdog, enough space for sprintf() stack behaviour and SRAM1 only.DC power comes from a DCDC 24/5V converter, super clean, monitored by Osc...

Resolved! [Solved] Linker script: block RAM for variables

Posted on October 04, 2017 at 20:09How do I have to configure the linker script file to block the required spacefor Ethernet buffers at 0x24000000?STM32H743 starts with DTCM at 0x20000000, but Ethernet works in 0x24000000 only.I want to use the RAM ...

Xbee STM32F4/7 USRT DMA

Posted on August 30, 2017 at 20:32Hi,When using normal transmit on UART i can send a message from a router to a coordinator without no issueHAL_UART_Transmit(&huart2, (uint8_t*)xFrame, sLen,100);, but when i try to send it using HAL_UART_Transmit_DM...

STM32F4 USB to SD interface

Posted on January 04, 2016 at 22:50Dear CommunityI tried CLIVE1‘ example (/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/STM32F4-Discovery%20USB%20Mass%20st...

jogerh by Associate II
  • 598 Views
  • 5 replies
  • 0 kudos

Resolved! HAL Timer Interrupt Counter Reset

Posted on February 02, 2018 at 20:43I'm trying to configure timer 7 in one-shot mode on the STM32L431 and am having an issue with my timer IRQ triggering as soon as I enable the interrupt. It seems like its preloaded with the period value, however I...

Konami by Senior II
  • 4493 Views
  • 3 replies
  • 1 kudos

reset circuit problem with stm32f4

Posted on July 02, 2017 at 19:29 Hello, I'm using stm32f407vgt6 MCU in a control system and I'm facing a strange problem in the reset circuit, when I power on the system it doesn't start until I put a short circuit wire manually between reset pin a...