STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! StreamBuffers in AzureRTOS

Hi FolksI am doing some test to see if it worth to start using AzureRTOS on a new system we're going to develop.I have a serial stream coming from a device (RTCM stream) that need to be read by a MCU and then sent over a UDP stream.The UDP/Net part i...

Resolved! Cannot get I2C to work

Greetings,I am trying to read register 0x00 through 0x0F on an I2C enabled Chip (Si4703) I have got the reset set up and working but my I2C is not working as I am unfamiliar with the HAL protocols I have created a number of variable pointers to store...

wfd by Associate II
  • 841 Views
  • 1 replies
  • 1 kudos

Cellular connection: "atcmd AT+QIRC FAILED"

Hi, I tried to do the Cellular:Cellular_X-CUBE-CELLULAR_How_To Wiki. But when I send the  atcmd AT+QIRC to the modem. I get this error:AT+QIRC command FAIL(this was COPY PASTED)ORCMD : unknown command : AT+QIRC(this was self Typed-in)I would apprecia...

Fates by Associate II
  • 395 Views
  • 0 replies
  • 0 kudos

Resolved! HAL_ADC_ConvCpltCallback to FreeRtos

Hi,I use the ADC with DMA. The adc conversion is triggered with 20kHz.I would like to transfer my 4 adc values from interrupt HAL_ADC_ConvCpltCallback to a FreeRtos task.What is the best way to transfer adc values from HAL_ADC_ConvCpltCallback to Fre...

Mat1 by Associate III
  • 1554 Views
  • 2 replies
  • 1 kudos

Resolved! How to support I2C burst write/read?

I wish to configure my STM32 MCU (STM32G071RB) as an I2C slave device, and support I2C burst-write and I2C burst-read, in a similar manner to many I2C slave devices:(usually the RA value is incremented after every DATA byte)The I2C receive/transmit f...

0693W000001reYmQAI.png
Yiftah by Associate II
  • 5191 Views
  • 5 replies
  • 0 kudos

STM32H743ZIT6 RAM regions

I've noticed that STM32H743ZIT6 is divided in to three RAM regions (RAM_D1,RAM_D2,RAM_D3).So I want to expand one map region for example RAM_D1 and make it one. Like this:Can I do that? How can I achieve it because in console I get :  

heyo_0-1688020708189.png heyo_1-1688020745853.png heyo_2-1688020789341.png
heyo by Senior
  • 953 Views
  • 4 replies
  • 1 kudos