STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! no response from usart - stm32f3 discovery

Posted on February 07, 2018 at 06:10I have been trying to get the USART to work on the stm32f3 discovery for a while without any success. Currently, the TX pin (PA2) is at a constant 3.3V, the RX pin (PA3) is at a constant 0V. I am using an FTDI Bas...

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 ...

Resolved! STM32H743 placing .data or .bss in RAM_D2 = Hard Fault

Posted on January 21, 2018 at 01:31Which step is neccessary to have .data and .bss sections in RAM_D2?If I place them in domain D2, HardFault_Handler() is called. Why?There are known bugs in hal_spi.c - Ethernet works sometimes (if you correct the P...

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
  • 759 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
  • 5663 Views
  • 3 replies
  • 2 kudos