STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32f205vet6

I am using STM32f205vet6 in that there is no availability of sub seconds Iam using rtc based timer and also I have code for stm32g0 series for that when I try to migrate the stm32 G0 code to F2 series error are happening I a way to migrate the same c...

AKHIL6 by Associate II
  • 908 Views
  • 2 replies
  • 1 kudos

Resolved! CAN2 does not send or receive message in nomal mode

Hi,I am trying to set up a project with 2 can buses (CAN1 and CAN2), First goal was to check if both CAN1 and CAN2 would be able to receive and send messages. I read a bit about people struggling to make both can work because of the "master-slave" ca...

Apo by Associate
  • 2098 Views
  • 3 replies
  • 3 kudos

Can i write to the entire port to data

Hai experts .Can i wrte data to the  entire Port as followsGPIOB->ODR |= 0x0000;HAL_Delay(1000);GPIOB->ODR |=0xffff;Whenever i write like wise the SFR register shows correct value in Debug mode But in Hardware its not working .whats the wrong with me...

spi stm32l010c6t6 transmit data inverter

Hi everyone! i am using stm32l0c6t6, i need use spi with register, because i need make function type: spiwriteread(uint8_t data), to write in the device Lora llcc68 and read the return register, but with hal i can´t. Then i have configurated the spi ...

jdo by Associate II
  • 1858 Views
  • 7 replies
  • 1 kudos

STM32H7 PSRAM speed

Referring to this discussion: https://community.st.com/t5/stm32-mcus-touch-gfx-and-gui/slow-fade-with-touchgfx/td-p/591072 I try to ask here since the problem seems not to be related to touchgfx. I try to riassume my problem.It seems that the access ...

FMC Configuration.jpg FMC Clock.jpg
sbi by Associate III
  • 2267 Views
  • 5 replies
  • 4 kudos

Determining Motor Position using one Hall Signal

Hello,I am using the stm32f042k6t6 to control a Motor which has one Hall Signal. The motor is connected to a Jack which I drive in clockwise and anticlockwise direction, so in and out. The jacks start at a specific position and I want that when I dri...

Resolved! Help implementing SPI using just registers

Hello everyone,I am having trouble communicating with CC1101 radio SPI slave. With HAL, the transfers work well and I am able to read every register, but because I am using stm32f042 MCU, I'm low on flash memory because I'm also using USB CDC. So I'm...

LLope.31 by Associate III
  • 2940 Views
  • 4 replies
  • 1 kudos