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! CAN1 TX sending continuous messages

Posted on July 02, 2018 at 15:27Hello, I have 2 CAN nodes ( both are nucleo f446re boards) and both connected to separate transceivers . I am exploring CAN_Networking ( NORMAL MODE) given in the ST example .even if i Tx only one time, the Transmitte...

RN by Senior
  • 1121 Views
  • 3 replies
  • 0 kudos

Need suggestion for choosing microcontroller

Posted on July 08, 2018 at 15:06Hi Everyone,     I am thinking of designing wireless home automation product using IoT. Can anyone suggest which STM32 series is suitable for this application. I have knowledge in stm3f4 series. So i can easily learn ...

Yadav by Associate II
  • 609 Views
  • 3 replies
  • 0 kudos

Resolved! PWM/ADC HAL callback referall

Posted on July 08, 2018 at 12:14Hi,As we know peripherals can have callback functions such as the below one for the PWM:void HAL_TIM_PWM_PulseFinishedCallback(TIM_HandleTypeDef *htim) {}This is something like a general callback, But if we have sever...

STM32F745 RTC Runs fast

Posted on July 06, 2018 at 04:25I have a most interesting problem i am some what baffled to resolve. i am using an STM32F745IE CPU overall a very nice device. i have setup the CPU with a 25MHz primary crystal and a 32.768KHz crystal LSE solution. Th...

CAN slave and SRAM

Posted on July 08, 2018 at 15:52Hello, Thanks for all your wonderful support !i read the full CAN section in RM of STM32F446RE but could not able to understand how CAN2 differs from CAN1, why CAN2  called as slave ?its mentioned that , CAN2 cannot a...

RN by Senior
  • 314 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F777 remapping/jumping to internal SRAM

Posted on July 07, 2018 at 14:54Hi,I was previously working on an stm32f429 MCU and successfully jumped to internal SRAM using:__HAL_SYSCFG_REMAPMEMORY_SRAM();I've ported my code to a new STM32F777 system and have realized the above function does no...