stm32 One wire to I2C DS2483S-100
Posted on February 03, 2016 at 15:10Hello,I am using one wire to I2C converter and I am not get to communicate with it.Somebody used this converter with stm32f4?Att,Gabriel Bonato
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 03, 2016 at 15:10Hello,I am using one wire to I2C converter and I am not get to communicate with it.Somebody used this converter with stm32f4?Att,Gabriel Bonato
Posted on February 03, 2016 at 13:01
Posted on February 03, 2016 at 10:57Hello all,I'm using the STM32F072 with STM32cubeMX.I need to record the ADC data by using ADC Watchdog feature.Can I use ADC watchdog with ADC DMA together at the same time?Because I would like to have some data b...
Posted on February 02, 2016 at 16:05Hi folks,I'd like to implement some checks in the SysTick handler that will help to determine what code was executing when the SysTick interrupt fired. (What I'm actually doing is counting ticks since last IWDG se...
Posted on July 04, 2014 at 11:13 Hi; I want to receive unknown size data from uart with isr. The problem is STM32CubeMX generated HAL UART libraries want to know incoming data size for buffer. Is there any solution other than writing my ...
Posted on January 26, 2016 at 06:40 Guys, Can I use SPI2 for SDcard with STM32CubeMX ? I can see from : #define HAL_SD_MODULE_ENABLED but there's no SPI implementation for it, it's for SDIO, and STM32F107 doesn't ...
Posted on February 02, 2016 at 15:34 Guys, Is there anyway to convert Byte to uint8_t ? I got this error : ..\Src\user_diskio.c(171): error: #167: argument of type ''const BYTE *'' is incompatible with parameter of type ''uint8_t *'...
Posted on February 02, 2016 at 21:32hiI have problem with this function I2C_GetFlagStatus, when I call it as bellow :I2C_GetFlagStatus(IOE_I2C, I2C_FLAG_SB)/**************************************FlagStatus I2C_GetFlagStatus(I2C_TypeDef* I2Cx, uint...
Posted on January 30, 2016 at 23:04In previous design, where we used STM32F103 we could have two alternate functions on the same pin. It was SPI CLK (used for SSI protocol) and TIM2_CH2 which was configured that every CLK edge reset CNT register (us...
Posted on February 01, 2016 at 20:15I installed the Atollic TrueSTUDIO IDE for developing software for the STM32F303RE-Nucleo board, and have been trying to run the example file located in: STM32Cube_FW_F3_V1.4.0\Projects\STM32F303RE-Nucleo\Examples...