STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL De-Init Pin for use with another peripheral

Posted on March 09, 2017 at 08:11Good DayI am using the built-in comparator on a STM32F072RB. The comparator works fine, but now I want to be able to measure the amplitude of the sine-wave (already withing 0-3.3V limits) by 'removing' the pin from t...

abotha by Associate III
  • 405 Views
  • 1 replies
  • 0 kudos

STM32 L4 ADC accuracy

Posted on March 07, 2017 at 14:32Hello,I'm working with the STM32L475 micro. In my application I read several analog values using the ADC1. Values read are quite similar when device is in run mode. But, according to my specs and in order to save pow...

Is it possible to measure TTL signal levels at stm32L4 CAN pin Tx without being integrated into a can net?

Posted on March 08, 2017 at 14:25I'm using HAL_CAN_transmit to send data for stm32L4 mcu. I'm trying to send frames with 2 bytes in an infinite loop.I would like to know if it's possible and if feasible to measure TTL signal levels at GPIO TX pin of...

General Documentation for Ethernet PHY registers

Posted on March 07, 2017 at 17:54I am working on a board (STM32F407VGTx) that has an older PHY chip KSZ8721BL. I have similar code running on the MCBSTM32F400 (v1.2) which has an KSZ8081RNA. In testing, I retrieved all of the registers from both PHY...

dibs by Associate II
  • 874 Views
  • 1 replies
  • 0 kudos

DMA with Storage_write_FS ?

Posted on March 05, 2017 at 07:29Hello everybody,How can I use DMA for this HAL_SD_WriteBlocks,I tried with HAL_SD_WriteBlocks_DMA, it doesn't work,Any clues ?Thanks======================int8_t STORAGE_Write_FS (uint8_t lun, uint8_t *buf, uint32_t...

quick usb question

Posted on March 05, 2017 at 12:01In simply words:I want to transfer data from PC via USB to STM32.I want to (somehow?) recognize data - some data should be saved to uint8_t Data1[20], and other data to uint8_t Data2[20].My question is:- should I cre...

John Doe1 by Associate III
  • 399 Views
  • 1 replies
  • 0 kudos

Resolved! jump from user application to custom bootloader

Posted on March 01, 2017 at 17:07Hi I have a custom bootloader that I flash to the first sector (0x8000000)  and when it receives a new program it loads it to 0x8003000. I can jumps to the user application,however  when It from user application jump...

USB MSC question ?

Posted on March 01, 2017 at 22:28♯Everybody,How can I configure USB MSC to work with my SDcard ?Which file is related ?Thanks#sdcard #configuration #stm32f103 #stm32cubemx #usb-msc