STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nucleo-144 CAN bus example code?

Posted on May 30, 2018 at 21:08Hi,I am using STM32L496 with Nucleo-144/STM32CubeMX. Is there any CAN BUS example with HAL Drivers? I can't even find how to setup the baudrate. Thanks,****Note: this post was migrated and contained many threaded conv...

stm32F301KxUx exposed pad of UFQFPN package connection

Posted on June 19, 2018 at 00:24Hello,I have just downloaded stm32F301xx (enDM00093332) datasheet - the latest revision (DS9895 Rev 8). But still I have not found a word about how to connect (or not) the exposed pad located beneath UFQFPN package. I...

RnnKrk by Associate II
  • 1172 Views
  • 6 replies
  • 0 kudos

uart receive buffer queue

Posted on June 19, 2018 at 15:00hi everyone,i am using stm32f103 mcu and silicon labs' bgm113 ble module in ncp mode. bgm113 sends datas over uart and mcu handles the operation. in ncp mode there two types receiving data: command and event. command ...

kosan by Associate II
  • 1211 Views
  • 6 replies
  • 0 kudos

DMA 0 transfer is working

Posted on June 20, 2018 at 14:12Hello,because of my mistake I call function:HAL_StatusTypeDef HAL_DMA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength)with params:HAL_DMA_Start_IT(hmmc_xy, from_addr, to...

STM32L433 SMPS Part Markings

Posted on June 20, 2018 at 14:06Hi.The STM32L433RxT (64-pin LQFP part) is available in a standard and SMPS version.The standard version is marked on the chips for example 'STM32L433RCT6'.The SMPS version has a different pin out and is ordered by add...

Isolated RST contact, ATR and smartcard

Posted on June 20, 2018 at 13:35Hello! I've studied STM3220G-Eval sample which works with a GSM smartcard. My project is based on ST sample. I was asked to catch ATR only after the following steps:1) SC_Reset(GPIO_PIN_RESET);2) HAL_Delay(200);3) SC_...

Stm32 microcontroller configuration !

Posted on June 19, 2018 at 09:57Good morning, I am configuring the microcontroller of my stm32F401RETx through STM32Cube MX, but I have the following doubt:    -> I need to get 18 pwm, the Tx and Rx, but to get said pwms I need to at least take the ...