STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN message not sent.

Hi! CAN message not sent. Please see where I'm wrong?int main (void){ SysClock(); CanInit(); CanFilter(); CAN_ConfigInterupt(); while(1) { TransmitMsg(); delay(100); }}void CanInit (void){ //PA12 - CAN=TX //PA11 - CAN-RX RCC->APB2ENR |= RCC_APB2E...

Hosting by Associate III
  • 586 Views
  • 3 replies
  • 0 kudos

Connecting DS3231 to F767ZI via I2C1

Dear STM32 Users,I have a DS3231 module connected to my board, with SCL wired to PB_6 and SDA wired to PB9, per specification. I configured the project with STCube.I see no signal on PB_6. Can anyone advise?Code is attached. main.c contains the logic...

CAN Communication

I have two STM32F303CB connected over the CAN bus. Not directly, with SN65HVD231D.The first one is a master the second one is a slave. Master-slave I mean on application level.Receiving a message is the samevoid USB_LP_CAN1_RX0_IRQHandler(void) { ...

Resolved! Anyone have a working sdcard(FATFS) with DMA on the stm32f7?

Hey!I used HAL and I've tried to get the DMA going, although It doesn't seem to work and I'm not sure where the bug is at this point, I've realized that when I replace BSP_SD_WriteBlocks_DMA with the standard BSP_SD_WriteBlocks in sd_diskio.c the sdc...

con3 by Senior
  • 923 Views
  • 5 replies
  • 0 kudos