Hardware interface for eMMC
I am using a STM32F407 processor
Ask questions, find answers, and share insights on STM32 products and their technical features.
I am using a STM32F407 processor
I have a weight cell which replies to specific frames over RS485 (cell contains its own communication protocol). Manufacturer has a software to test the cell so I connect it to my pc using a RS485 to USB converter and I am able to connect to the cell...
Hi,I have a STM32L4R5ZI based system that has some configuration parameters to be set based on the customer requirements. I want to make those settings being at customer place. I will not be having any compiler to modify the code for updating these s...
I am using STM32L010K4. I want to reduce the sleep current to 3uA ,But in the datasheet it is mentioned the the minimum sleep current is 1mA with all the peripherals disabled, which is a larg value
Hi,I have my scatter file defined thus:// Scatter fileLR_IROM1 0x08000000 0x00200000 { ; load region size_region ER_IROM1 0x08000000 0x00200000 { ; load address = execution address *.o (RESET, +First) *(InRoot$$Sections) .ANY (+RO) } RW_IRAM2 0x...
For example how can i do this with stm32f030cc?
Hi, I have designed a small project on the STM32F042F6Px MCU, and wrote a piece of software for it. Then I tried to run it outside of the debugger, and realized it won't boot. I've spent many hours on it already, and now I run out of ideas. It looks ...
HiI am trying to configure I2C2 on an STM32F405RG on pins PB10/SCL and PB11/SDA, but I am getting very strange output on SDA. STM32 is I2C master. Using I2C example from STM32F4-Discovery folder.Using 4k7 ohm pull-ups to 3.3V.Is the output pin broken...
#include<stdio.h> #include<stdint.h> #define SCHED_STACK_START 20126976U void init_tasks_stack(void); void task1handler(void); void enable_processor_faults(void); __attribute__((naked)) void init_scheduler_stack(uint32_t sched_top_of_stack); int ...
Using STM32F767 Nucleo board and STMCubeIDE I am trying to transmit SPI data with data size of 8bit per transaction while I have setup my SPI2 in Full Duplex mode.Problem is that although I am able to transmit from MCU and receive on slave side the d...