STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1961 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
  • 1736 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
  • 2141 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
  • 2647 Views
  • 4 replies
  • 1 kudos

STM32U585 RTOS - Threadx - PSA certification

Hello team,Greetings!We have selected Trust zone MCU STM32U585ZIT6Q (U5 series) for our product (EV charger) development.We planned to use STM32 inbuilt 'Threadx' OS as RTOS for our product FW development. Could you confirm, is this PSA certified? Al...

Siva1 by Associate
  • 415 Views
  • 0 replies
  • 0 kudos

Resolved! EOT to early

Hi.implementing a SPI master (NOT using HAL) with software based SS i am searching for the right way to detect the end of a transmission to release the SS again.EOT (in SPI_SR) gets set when the last Bit is is set to the MOSI Lane. --> so this is too...

dbahr by Associate II
  • 1777 Views
  • 8 replies
  • 0 kudos