STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L073 flash problem

Posted on July 18, 2017 at 15:07I'm facing some problems while flashing a Release version image into a STM32L073 MCU. The strange thing is thatthis happens only when the size of the binary image to flash is near the one of the Flash Bank 0 size (abo...

Timers options in STM32L

Posted on July 12, 2017 at 23:16Hello engineers,I would like to ask you about Timer possibilities. I do not have much experiences so please be patient. But back to my question, i want to trigger one Timer from external source, wait setted time (vari...

Bluetooth firmware update

Posted on July 18, 2017 at 11:00Hi all,For a project we have to update the firmware of the STM32F469xx over the air by a Bluetooth connectionwith a transmitter (can that be a smart phone?) and receiver on the microcontroller device part.In an articl...

Max Veen by Associate II
  • 128 Views
  • 0 replies
  • 0 kudos

STM32F407VGT6 Molding mark or pin 1?

Posted on July 15, 2017 at 00:48Our tech managed to mount a '407 180 degrees out. We figured out that it was because there is a molding mark 180 degrees from the pin 1 mark and they really aren't that different.Why not use the pin 1 mark as the inje...

STM32L4 as USB device using STOPx

Posted on July 07, 2017 at 08:06Hi,I use a STM32L4x6 with CubeMX 4.21 FW1.8.0 as a USB device. At some points I want to put the MCU in STOPx-Mode.How do I prepare the USB-Stack before entering STOP-Mode ?Regards.

H W by Associate II
  • 229 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeL0 - USB example for STM32L073RZ

Posted on July 17, 2017 at 16:17Hi,I'm developing a bridge USB-SPI with a STM32L052 microcontroller. In this starting moment I'm developing the same application using the evaluation board STM32L073RZ. I'm using SW4STM32 IDE and STM32CubeL0 software....

STM32 ST Link Utility

Posted on July 14, 2017 at 03:30Hello, I'm using STM 32 ST-Link Utility to program my MCU. I want to make sure that when I program the board multiple times I don't erase the data saved in a particular page on memory? Can I do that? If so, then pleas...

Tkamaal by Associate II
  • 273 Views
  • 2 replies
  • 0 kudos

Resolved! HAL_I2C_Master_Transmit() ''too few arguments''

Posted on July 18, 2017 at 05:08Hello, I'm new with STM32 and this is the first time for using I2C on STM32.My environment is Keil5+cubeMX4.22.I can make the config by cube and I wrote following code, but couldn't compile it.uint8_t c[5] ={'a', 'b',...