STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G4xx FDCAN Delay Compensation

A little something I have noticed today. I have been developing an application which is using the G431 and uses FD-CAN. My code was working in External Loopback mode such that a CAN message of my choosing was being correctly received by an external d...

Aero1972 by Associate
  • 1022 Views
  • 3 replies
  • 0 kudos

Hello Everyone. I am working on STM32F103VG controller and trying to code for I2C based EEPROM IC (AT24CM02). I am facing some issues with writing and reading EEPROM.

I want to save 2 strings of 127 bytes of data in 1 page. 1 page is 256 bytes each. Whern I try to read and write 127 bytes of 1st string, it works successfully. But when I try to append 127bytes of 2nd string,it does not read and write data properly....

sne_123 by Associate III
  • 274 Views
  • 1 replies
  • 0 kudos

UART not receiving anything

Hi I have a code bellow:static void MX_UART8_Init(void) {   /* USER CODE BEGIN UART8_Init 0 */ GPIO_InitTypeDef GPIO_InitStruct = {0};   /* USER CODE BEGIN UART8_MspInit 0 */   /* USER CODE END UART8_MspInit 0 */ /* Peripheral clock enabl...

Wleon.1 by Associate II
  • 1020 Views
  • 10 replies
  • 0 kudos

Resolved! Combining RAM Memory Map/Memory Allocation?

The STM32H743 has various ram blocks available as shown below:DTCMRAM - 128kBITCMRAM - 64kBRAM_D1 - 512kBRAM_D2 - 288kBRAM_D3 - 64kB1) Is it possible to combining (or a subset) of these ram block and use them as one big ram?2) Alternatively is it pos...

AAgar.2 by Associate III
  • 508 Views
  • 1 replies
  • 0 kudos

Java on an MCU

seems like the chances of a JVM on an MCU is a nightmare?research show java is supposed to be cross platform, however it makes sense to be able to embed the virtual machine without difficulty first. I can’t even find a successful case online except b...

Skygge by Associate
  • 980 Views
  • 3 replies
  • 0 kudos

Driving 5V bus transceiver with 5V tolerant pins

Good evening (o;I know that most GPIO pins can be driven from 5V devices...But how about connecting a 5V bus transceiver? Is that also save?Or better to use a level shifter in between?Reason for asking: Project involving SN75160/161 bus transceivers ...

Davorin by Senior
  • 692 Views
  • 5 replies
  • 0 kudos