STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART never in ready state for transmit function

Posted on June 19, 2018 at 07:41I am trying to include UART into a sample program without using cubeMX. To my knowledge I have added everything it needs, but when I get to the transmit command, it checks the statement:huart->gState == HAL_UART_STATE...

Reset ULP bit after stop (STM32L1)

Posted on May 14, 2018 at 21:30After I upgraded my application from mbed 5.4.7 to 5.7.7, my comparator is unreliable after a STOP. Basically, this is how the MCU is put into sleep (from https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_S...

S2LP MISO high at random

Posted on June 19, 2018 at 09:35Hello, I have an issue with my custom pcb with stm32l476rg and S2LP integrated circuit. I have succesfully ported and run the firmware using nucleo L4 and FKI868V1 board. Still have some troubles with running it on pc...

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