STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using a G4 with an Oscillator

Im planing on using a Jo22 oscillator with 24 Mhz: https://www.jauch.com/downloadfile/5ef1edcfb7fd5cebb9856be49a6932f5e/jo22-1.8-3.3v.pdf%C2%A0Are there any things i have to look out for?I havent found a example circuit, and the datasheet of the osci...

Tobe by Senior III
  • 2061 Views
  • 11 replies
  • 2 kudos

Help with modbus TCP/IP

Hello i'm currently working with the STM32F446RE and i need to implement the modbus tcp/ip protocol, im aware of the freemodbus library but i cant implement this to the stm32cubeide it is always telling me something is missing (like the port.h). It d...

GPIO_EXTI

Hi people,    I just work on a Dali project and trying to learn from the demo library I am getting some error can anyone PLEASE help me how to proceed.I am trying in STM32G0I am getting error as EXTI.Instruture undeclared i tried EXTI.Instruct but st...

SRAM.11 by Associate III
  • 876 Views
  • 4 replies
  • 0 kudos

ST_Dalislave

Hi people,    I just work on a Dali project and trying to learn from the demo library I am getting some error can anyone PLEASE help me how to proceed.I am trying in STM32G0I am getting error as EXTI.Instruture undeclared i tried EXTI.Instruct but st...

SRAM.11 by Associate III
  • 481 Views
  • 1 replies
  • 0 kudos

Resolved! Setting RDP option byte in STM32L452

I have a problem programmatically setting RDP to level 1.My code is:OBInit.RDPLevel = OB_RDP_LEVEL_1;OBInit.OptionType = OPTIONBYTE_RDP;ret = HAL_FLASH_Unlock();ret = HAL_FLASH_OB_Unlock();/* Clear SR register */CLEAR_BIT(FLASH->SR, FLASH_SR_BSY);ret...

SLevi.1 by Associate III
  • 1095 Views
  • 2 replies
  • 1 kudos

i2c slave not printing the received data

hii, i am using stm32 nucleo g0-b1re i am trying to receive data in interrupt mode, but cant figure out what is wrong, i am new to stm32 i2c protocol.i have used master as nucleo-h743zi2 and transmitting data, but it is not showing anything on minico...

Rohit007 by Associate III
  • 1621 Views
  • 6 replies
  • 0 kudos

Resolved! STM32F105 can stop working after error

HelloI have a code use CAN2 on a stm32F105 he work fine if the CAN bus have not disturbanceBut if i have to many disturbance for exemple if i make a short circuit bethen CANH and CANL when i remove the short circuit the CAN no restart to send data. I...