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

stm32f745n availability

Posted on June 19, 2018 at 09:12Hello,Browsing the STM32F745 DS I saw that there is a 216pin option marked in the partnumber with the letter N.When I was looking at the ST website as well as digikey and other sites to try and buy it I couldn't find ...

eli_az by Associate II
  • 355 Views
  • 0 replies
  • 0 kudos

Question about CAN2 reactivation after connection lost

Posted on June 19, 2018 at 08:54Hello.I am developing on stm32f4discovery board and I use both, CAN1 and CAN2 in my project. I know that CAN2 can't be used without CAN1, but what I am struggling to figure out is that if for example, I lose physical ...

STM32L4A6VG BFB2 BUG

Posted on June 19, 2018 at 04:03Hi,We recently upgrade from stm32L476VG to STM32L4A6VG to have more RAM. However it seems like the BFB2 bit that could be set with ST-LINK is not working on this platform. In fact, when we set the BFB2 bit the mcu pro...

CAN TRANSMIT ALWAYS TIMEOUT

Posted on June 15, 2018 at 11:37Hey HiiIam trying to communicating two stm32f072 boards with can but i always found 'TIMEOUT ERROR' Why?i create project using cubeMX software please provide me any solution on this it is URGENT.Is there any BUG in HA...

Using two different SDcard with SDMMC

Posted on March 13, 2018 at 10:00Hi,I was wondering if SDMMC can drive more than 1 SD card at a time. I understand that the cube or the SDMMC functions are not involved here.I also noticed that FATFS_LinkDriver() use a variable called VOLUMES which ...

Induction Cooker

Posted on June 16, 2018 at 11:06Hi,Is there any design available for industrial induction cooker.Regards,Manoj Hiwarkar

I need to interface a mass storage device (of size 8 GB or more) to STM32F769I. SD/microSD/USB disk do not suit my requirements. Hence, I am looking at eMMC/NAND Flash. Is it possible to interface eMMC to STM32F769I? If Yes, How?

Posted on June 16, 2018 at 19:03I could not find any app notes on how to interface eMMC to STM32F7 MCUs. Appreciate help from the experts in this forum.#stm32-emmc #stm32f7-nand #stm32f7-emmc #stm32f769i #stm32f769i-eval

HardFault Handler while implementing I2C OLED.

Posted on June 18, 2018 at 09:59I am implementing a 3 channel frequency counter. So I get 3 different frequency values as inputs. I am using SSD1306 driver to interface the I2C-OLED. When I try to print only one of the frequencies, it works fine. Ho...