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

Safe Testing of LoRa

Posted on December 26, 2017 at 03:42for a short term experiment, I need to transceive through 500M of bush, I ordered the 100mW and 1W units below.Is there a best practice guide for LoRa Power ?  I have my new https://www.aliexpress.com/item/Origina...

T J by Lead
  • 198 Views
  • 1 replies
  • 0 kudos

STM32f429 ( 144) , port PA0 input problem

Posted on December 26, 2017 at 09:00Hello we are using STM32f429 ( 144)  ,we use port PA0 as input without interrupt ; PA0 has an external pull up resistor ; we use the it on 168Mhz  with external crystal  8Mhz , but we noticed that we cant configur...

Uart / Usart: use Rx-pin only

Posted on December 22, 2017 at 16:34HiIs there an option to only use the Rx-pin of a uart / usart so that the Tx-pin can be used for something else (in my case SPI_SCK)?If I enable a uart / usart in STM32CubeMx and go to the 'Configuration' tab I ca...

Data even after reset

Posted on December 26, 2017 at 10:51Hello everyone,I wish to store a variable in flash memory untouched which will be changed only once but I can read or write it anytime I want, how is that possible? I do not wish to use the ROM unless there is no ...

STM32L4 USB host BulkSendData problem

Posted on December 26, 2017 at 17:21I'd like to know the correct prodecure of using BulkSendData in the ST USB driver. I've a problem with STM32L4 with code generated from CubeMX for USB host. I've connected to the USB port LTE modem which has CDC-A...

krestan by Associate II
  • 152 Views
  • 0 replies
  • 0 kudos

STM32F030R8T6 Programming Via UART

Posted on December 26, 2017 at 16:13Hello everyone .. I have an important question .. I am designing a circuit with this MCU and I want it to be programmed via UART lines .. So for this , as far as I read the reference manual , I need to put it to t...

BG1 by Senior
  • 246 Views
  • 0 replies
  • 0 kudos

stm32l0x1 incorrect UID LL_driver

Posted on December 05, 2017 at 15:47In the stm32l0xx_ll_utils.h, the UID is using the wrong offset:__STATIC_INLINE uint32_t LL_GetUID_Word2(void){  return (uint32_t)(READ_REG(*((uint32_t *)(UID_BASE_ADDRESS + 8U))));}Checked in both STM32Cube_FW_L0_...

MDW by Associate II
  • 210 Views
  • 1 replies
  • 0 kudos

X-NUCLEO-CCA01M1 + X-NUCLEO-IDB04A1 + USBhost

Posted on December 26, 2017 at 12:49Hi, I have these two shields and I want to integrate their libraries into a code generated by CubeMX where USBhost and FATFS middleware with relative pins are defined. I think that Shields' libraries are available...

Labels