STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

in stm32f0 usart with lpc1768 problem?

Posted on July 13, 2017 at 07:31 hi im connecting two board that one of them is stm32f0 and i configure its usart as this below /* Enable the peripheral clock of GPIOA */ RCC->AHBENR |= RCC_AHBENR_GPIOAEN; GPIOA->MODER |= GPIO_MODER_MOD...

[F2 FW1.6.0] CAN_Receive_IT why new pRx1Msg?

Posted on June 06, 2017 at 04:35 Hi, I just upgraded from F2 HAL library v1.4.0 to v1.6.0 and noticed that CAN_Receive_IT now uses two separate RxMessage buffers in its CAN_HandleTypeDef struct. One per CAN FIFO, as can be seen here: static...

Bug STM32CubeF1 V1.4.0: CanTxIrq

Posted on June 28, 2017 at 13:58The CANX_TX_IRQ is called unexpected cause the HAL_CAN_Receive_IT enables the CAN_IT_TME. As a result every can rx irq also the can tx irq is called. This costs time and i've some other side effects in my application....

Resolved! Derive an exact timer rate from PLL

Posted on May 30, 2017 at 20:46 Hello, I am working with the STM32L486 chipset and we need to generate an exact 38400Hz timer. Currently we have a 5MHz or 25MHz external clock coming in but the PLL clock tree does not seem to favor getting the ex...

e d by Associate II
  • 1532 Views
  • 15 replies
  • 0 kudos

Resolved! STM32F413 dual CAN receive on slave CAN issue

Posted on July 11, 2017 at 17:16I am using the STM32F413 and am trying to use CAN1 and CAN2 in a ring topology (CAN1 sends and if CAN2 doesn't get the message then I know I have a network connectivity failure). I use the latest CubeMX to generate th...

Resolved! [HAL SD driver] Possible Bug in FATFS_LinkDriverEx?

Posted on July 12, 2017 at 04:50 Hi, following scenario: I use one SD card on my pcb (4 wire sdio) with fatfs and FreeRTOS. The generated driver init function from ST looks like following (ff_gen_drv.c): uint8_t FATFS_LinkDriverEx(Dis...

Commercial support for spdifrx?

Posted on July 12, 2017 at 15:06I can successfully receive data from spdifrx via dma with my stm32f769. Unfortunally, the received data are very strange arranged and that is not documented in the specification that manner: Only every 8th word contai...

Resolved! Cube 4.20 bug with F7

Posted on March 09, 2017 at 03:36when generating code for an stm32f769i-discovery with rcc set to enable external clock, the latest version does this:  RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTYPE_HSE;which causes a f...

Does stm32f103rbt6 usart2 support flash loader?

Posted on July 12, 2017 at 11:12Hello,Currently i have project and i want to use flash loader to program the MCU(stm32f103rbt6), i can't use USART1 pins,is it possible to use USART2(PINA2, PINA3) for flash loader and connect this pins to usb2usart c...

Problems with LPTIM_Timeout example

Posted on June 08, 2017 at 09:56I've built this project using Atollic's IDE but the MCU doesn't wakeup after going going to stop. So I've been trying to understand why, sadly without much success. One problem I've come across is that the RM0367 refe...