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

USB Communication Error

Posted on April 11, 2018 at 09:42Hi,strange problem here.With STM32 ST-LINK Utility V4.10 & V4.20 i got an USB communication error with ST-Link/V2 Firmware V2J28S7, V2J29S7 and V2J30S7. With Version V2J30S7 and STM32 ST-LINK Utility V4.20 i gotOLD S...

stm32f417 cryptography

Posted on June 06, 2018 at 07:43Hi am a beginner in the stm32f417 micro controller programming.Can anybody help me regarding how to implement cryptography in stm32f417vg micro controller.

MCSDK 5.0 User code wont execute

Posted on June 14, 2018 at 10:50Hi,I�m developing an application using Nucleo-f446re and MCSKD, but the program never reaches the user code while loop. I have made a super simple example that tries to turn on user LED on PA5. I generated the code fr...

manage stm32F405 option bytes in dfu mode via USB?

Posted on May 31, 2018 at 14:03How can i manage stm32F405 option bytes( for example disable or enable sector write protect, or change readout protection level) in dfu mode using USB?I did not find such an features in the DfuSe Demo programm.

About L2CAP protocol with STM32 + BlueNRG

Posted on June 14, 2018 at 10:12I'm new to BLE and I am confused with the L2CAP protocol. I've read the Bluetooth Core specification related to L2CAP and I understood that it provides in particular Segmentation and Retransmission capability ( which ...

Segger JLink RTT doesnt work with sleep modes

Posted on June 13, 2018 at 22:49Segger JLink claims that debug RTT doesnt work with some STM32 devices because the devices don't allow reading of memory while the device is asleep, which is a HUGE problem for debugging. They say most other mfg corte...

I2C address scan not working for some I2C slave devices

Posted on June 13, 2018 at 15:36Hi,I am running code to scan available devices on I2C bus by using HAL_I2C_Master_Transmit() .scan is responding for RTC+EEPROM module and listing I2C addresses perfeclty.Now I have I2C based optical switches on bus,b...