Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Going in HardFault

I plan to transmit stream of approx 10k characters by uart every second. For that purpose, I have definer global char array of 10.5k length. After working for few second, the MCU goes in HardFault.I tried with array of 1000 bytes only, it works fine....

Nico3 by Senior
  • 273 Views
  • 6 replies
  • 4 kudos

firmware download over UART

I am using STMF103CBT6 the problem is nothing gets written to the specified address                                                            void SIM800C_HTTP_GetAndWrite(char *url, uint32_t flashAddress) { SIM800C_SendCommand("AT+HTTPINIT\r\n"); ...

USB-CAN adapter doesn't work in new pc

I have bought USB-CAN adapter based on STM32F042C6 microcontroller with open source code:https://github.com/candle-usb/candleLight_fw/tree/masterWith very new pc adapter doesn't work, windows doesn't recognize driver, with old pc windows use automati...

RF LTE-M evaluation on B-L462E-CELL1

Hello,I'm working on LTE-M protocol and I would like to use B-L462E-CELL1 to evaluate the RF performances and characteristics of LTE-M protocol.I would like to know, if it test tools/software to control the LTE-M chip in order to be the wanted mode i...

Asmaa by Associate
  • 138 Views
  • 1 replies
  • 0 kudos

Resolved! USART communication protocol

Hi, I’m programming on stm32cubeide and I’m using a H755ZI-Q microcontroller.I have a small problem with serial communication:Through usart, I try to display the data of EVERY project on putty.But I have several problems: the communication is only su...

Simontom by Associate II
  • 538 Views
  • 12 replies
  • 9 kudos

Resolved! STM32C071 download issue

Hello,We are using STM32C071GBU6 MCU chip with USB device interface function. Now we have a problem using ST-Link utility tool to download BIN file to MCU:ST-Link utility tool always report: connection lost.In our design we use USB micro-B type port ...