STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

TARGET_HELD_UNDER_RESET

Hello, im using STM32f410CBT3 on custom board. I was able to debug before, but now Im getting errors trying to conect to STM32 using stlink v3 set with isolation. Sometimes i can read data, but it is corrupted (all 0, but i didnt flashed it yet). Tri...

zsx by Associate II
  • 818 Views
  • 7 replies
  • 3 kudos

SRAM2 read error from DAP in STM32L496

When reading SRAM2 memory in STM32L496 using ST-Link V2 debug probe, incorrect values are received when read crosses 1k (1024 bytes) boundary. For example, when I try to read 32 bytes starting from 0x100003F0, last 16 bytes that start from 0x10000400...

IIvan.22 by Associate III
  • 846 Views
  • 4 replies
  • 0 kudos

2(two) USB-2.0_FS Working

hi , i need   manage one usb  pendrive and usb keyboard in USB_fs mode .it's possible to use 2 USB_FS mode simultaneously like One is HOST+mass storage  and Another One is for HOST+HID can anyone please suggest . Cube ide able make the code generatio...

MMARI.1 by Senior
  • 877 Views
  • 8 replies
  • 0 kudos

CoIDE - and CooCox - dead?

Posted on March 21, 2018 at 12:24CoIDE is still listed as 'Active' by ST: http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/coide.html But it seems that CooCox and C...

0690X0000060ABNQA2.png 0690X0000060ABmQAM.png

Resolved! Issue casting an integer type to char type/string

Here is the method defined in the .h file: void ILI9341_DrawText(const char* str, const uint8_t font[], uint16_t X, uint16_t Y, uint16_t color, uint16_t bgcolor); the method defined in the .c file: void ILI9341_DrawText(const char* str, const uint8_...

NUCLEO-STM32U083RC HAL_UART_Receive reads nothing

Hi all,I have recently purchased a U083RC core and I am having problems reading data using USART1 under Single Wire (Half-duplex mode).I am connecting to a sensor that only uses a single wire to send and receive data using a custom protocol running a...

husq by Associate
  • 433 Views
  • 1 replies
  • 0 kudos

STM32G0C1CEU RTC_REFIN and GPIO Input state

HiI am designing PCB with the MCU above. I do not have any devboard for now with G0 to check what I need.I want to utilyze the REFIN function of the RTC. I also need to check presence of this signal (if there is no 50Hz signal for some time [few 100'...