STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 RS485 Communication does not work as expected

I have a weight cell which replies to specific frames over RS485 (cell contains its own communication protocol). Manufacturer has a software to test the cell so I connect it to my pc using a RS485 to USB converter and I am able to connect to the cell...

0693W000003Pk6SQAS.jpg 0693W000003Pk7KQAS.jpg 0693W000003Q5CqQAK.png
pbdiazam by Associate II
  • 1865 Views
  • 2 replies
  • 0 kudos

Sleep current

I am using STM32L010K4. I want to reduce the sleep current to 3uA ,But in the datasheet it is mentioned the the minimum sleep current is 1mA with all the peripherals disabled, which is a larg value  

STM32H743 Stack and Heap

Hi,I have my scatter file defined thus:// Scatter fileLR_IROM1 0x08000000 0x00200000 {   ; load region size_region ER_IROM1 0x08000000 0x00200000 { ; load address = execution address  *.o (RESET, +First)  *(InRoot$$Sections)  .ANY (+RO) } RW_IRAM2 0x...

Resolved! STM32F042 boots in debugger only

Hi, I have designed a small project on the STM32F042F6Px MCU, and wrote a piece of software for it. Then I tried to run it outside of the debugger, and realized it won't boot. I've spent many hours on it already, and now I run out of ideas. It looks ...