STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Single stepping doesn't run in order

I am single stepping through simple code. I have two similar similar lines in a loop. Single stepping only goes to the last of those lines. This is STM32F746 Discovery and Keil IDE.while(9) { if(HAL_UART_Transmit(&UartHandle, (uint8_t*)"\0", 1, 500...

LMI2 by Lead
  • 682 Views
  • 5 replies
  • 0 kudos

GSM library for Contiki OS on STM32F411RET6

Posted on March 19, 2018 at 07:52Hello,I've integrated the following https://github.com/MaJerle/GSM_AT_commands_parserlibrary(with some changes) ,along with https://github.com/eclipse/paho.mqtt.embedded-cdevice client on STM32F411RET6. I'm using a h...

SMT32L4 USART Vs LPUART Power Consumption

Hi,We using stdio for debug output in an Mbed OS app. I don't think Mbed OS is particularly relevant to my question. It's just some simple output without flow control or anything fancy.Currently we're using USART2 for our debug output. USART2 wasn't ...

MBrow.13 by Associate II
  • 479 Views
  • 0 replies
  • 0 kudos

STM32H7 USB_OTG_HS internal DMA not working

Hey,I am trying to get the internal DMA of my USB HS interface to work. I am using an USB3320 as my ULPI transceiver connected as Device. I have no trouble using the USB interface without the internal DMA, however, it is extremely slow. I only get ab...

P.R. by Associate II
  • 369 Views
  • 0 replies
  • 0 kudos

Hello, I am using ETM on ARM Cortex M4 on NUCLEOF411RE and I would like to access its registers from software application. The problem is that I am not able to control ETM registers. More details below.

 I am following this procedure:- set the lock access register for software access, by writing on it the value of 0xC5ACCE55.- set the programming bit in ETM control register- check whether the programming bit is set or not in ETM status register.The ...

alkalir by Associate
  • 286 Views
  • 0 replies
  • 0 kudos

Impossible to access my STM32L011D3 with SWD

Hello all,So I've recently made a new PCB design with a STM32L011D3 chip. I also possess a BMP (bl*ck magic probe), that worked for other projects. So I am unable to see the chip with my BMP , when I do a swdp scan to list devices. The probe detects ...

Loïc by Associate II
  • 684 Views
  • 2 replies
  • 0 kudos

STEVAL-ISB042V1 ... code writing... programming adivices.

I got 2 STEVAL-ISB042V1 and i want to create some code for the MCU to use the GPIOs for several functions. But i cant find the correct IDE for my MCU and i m looking for some programming adivices. I hope anybody can give me some help. The Datasheet o...

roku by Associate II
  • 275 Views
  • 0 replies
  • 0 kudos