STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN bus frame bit rate setting issue

I am using CAN bus on my project and I am using  NUCLEO-H753ZI board. The second board is nvdia orin nx. I also using CAN to USB converter to monitor the frames. When STM32 send the frame it is received on CAN to USB converter software without error ...

skhanna by Associate II
  • 2456 Views
  • 15 replies
  • 0 kudos

Resolved! DMA disable issue

My program collects data using DMA in circular buffer. I have following procedure to "start" collecting data. // "reenable" measurment (enable results readout) void restart_measurment(void){ run=1; // DMA channel reset CLEAR_BIT(TIM1->DIER, TIM_DIER_...

Reset after firmware upgrade

Posted on January 23, 2014 at 12:00I have used the STM32 USB-FS-Device development kit examples to implement the custom HID and the DFU. It all works OK and I can upgrade the custom HID application from the DFU application using DfuSeDemo.  The prob...

lee by Associate II
  • 2346 Views
  • 12 replies
  • 0 kudos

Problems with ADC data

Hello,We are uing STM32F303RBT6 controller to read the current parameters of stepper motors.So, 7ADC1 ADC channels are used, which are read through DMA1 Channel1 . InitADC() driver initialization is succesfull, StartADC() conversion is called once ev...

Read data in device sent by host over USB HID

In an STM32CubeIDE USB HID project for an STM32F103C8 board I can send data from the device to the host using the USBD_HID_SendReport() function, like so:USBD_HID_SendReport(&hUsbDeviceFS, (uint8_t*)&hid_report,sizeof(hid_report));How can I read data...

Resolved! stm32h747I-disco sdram cas

 I'm using STM32H747i-DISCO board. In Stm32Cube_FW_H7_V1.11.2 STM32H747I-DISCO example project -- stm32h747i_discovery_sdram.c, cas is 3. SDRAM worked fine with this setting. It didn't work when I changed cas to 2. Datasheet of Is42s32800G-6BLI shows...

GanZ_0-1723473648491.png
GanZ by Associate II
  • 798 Views
  • 5 replies
  • 0 kudos