Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged stm32
0
votes
738
views
1
answer
stm32 - I2C doesn't work after uploading (only sometimes)
I wrote a little program that reads I2C values with interrupts: The Problem is that sometimes it just ... com/questions/65863645/i2c-doesnt-work-after-uploading-only-sometimes...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
774
views
1
answer
stm32 - TCP port number reused
I am using STM32 TCP Echo server client Cube IDE example. I have server and client device. I can connect ... :https://stackoverflow.com/questions/65881140/tcp-port-number-reused...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
912
views
1
answer
stm32 - Unable to access SD card using FATFS
I have a code stm32f103 with sd card, and 4 task when i call this: fresult = f_mount(&fs, "/", 1); ... ://stackoverflow.com/questions/65886642/unable-to-access-sd-card-using-fatfs...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
1.2k
views
1
answer
stm32 - STM32F4 LWIP freezes after fixed send number
I'm using nucleo f429zi with LWIP v 2.1.2. Documentation states that for TX buffer PBUF_RAM should be ... .com/questions/65889467/stm32f4-lwip-freezes-after-fixed-send-number...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
1.0k
views
1
answer
stm32 - stm32cubeide reports firmware package is missing
I have a STM32 Nucleo F4 and I am trying to create a new C project in STMCubeIDE. I have ... /stackoverflow.com/questions/65905606/stm32cubeide-reports-firmware-package-is-missing...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
865
views
1
answer
stm32 - How UART Rx interrupt routine is implemented for variable length data?
I have a custom STM32F4 MCU board. I need to receive different types of sequences from Master board in a ... how-uart-rx-interrupt-routine-is-implemented-for-variable-length-data...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
624
views
1
answer
stm32 - STM32F103 RTOS Delay in between threads
I am creating a project using STM32F103C8T6 controller in which I am using RTOS. I have 4 threads ... stackoverflow.com/questions/65931203/stm32f103-rtos-delay-in-between-threads...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
999
views
1
answer
stm32 - Simple TCP Communication
I am trying to use basic TCP-IP communication with two different stm32 devices, one of them TCP ... from:https://stackoverflow.com/questions/65933012/simple-tcp-communication...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
565
views
1
answer
stm32 - TCP Retransmition
I am trying to do TCP connection between two stm32 device. Firstly everything is perfect between the line ... from:https://stackoverflow.com/questions/65939519/tcp-retransmition...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
555
views
1
answer
stm32 - stlink-org / 1.6.1 / STM32F723 / Raspberry Pi4
I have a problem with flashing proc using https://github.com/stlink-org. Using windows STM32-Utility all works ... com/questions/66061150/stlink-org-1-6-1-stm32f723-raspberry-pi4...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
721
views
1
answer
stm32 - 即使启用了TICKINT,也无法触发Systick中断处理程序。 为什么?(Unable to trigger Systick Interrupt Handler even after enabling TICKINT. Why?)
#include "stm32f10x.h" #define PIN_PC13 0x2000 #define ON_BOARD_LED PIN_PC13 void LED_Init(void); int main() { Function ... board LED } ask by Devanshu Tripathi translate from so...
asked
Mar 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
750
views
1
answer
stm32 - 即使启用了TICKINT,也无法触发Systick中断处理程序。 为什么?(Unable to trigger Systick Interrupt Handler even after enabling TICKINT. Why?)
#include "stm32f10x.h" #define PIN_PC13 0x2000 #define ON_BOARD_LED PIN_PC13 void LED_Init(void); int main() { Function ... board LED } ask by Devanshu Tripathi translate from so...
asked
Mar 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
744
views
1
answer
stm32 - 即使启用了TICKINT,也无法触发Systick中断处理程序。 为什么?(Unable to trigger Systick Interrupt Handler even after enabling TICKINT. Why?)
#include "stm32f10x.h" #define PIN_PC13 0x2000 #define ON_BOARD_LED PIN_PC13 void LED_Init(void); int main() { Function ... board LED } ask by Devanshu Tripathi translate from so...
asked
Feb 21, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
760
views
1
answer
stm32 - 即使启用了TICKINT,也无法触发Systick中断处理程序。 为什么?(Unable to trigger Systick Interrupt Handler even after enabling TICKINT. Why?)
#include "stm32f10x.h" #define PIN_PC13 0x2000 #define ON_BOARD_LED PIN_PC13 void LED_Init(void); int main() { Function ... board LED } ask by Devanshu Tripathi translate from so...
asked
Feb 21, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
1.6k
views
1
answer
stm32 - ST LINK Error (DEV_TARGET_HELD_UNDER_RESET)
So I'm using an STM32F103C8T6 board and it was working fine a few days ago but then tried to load a code with keil vision ... a reset buton but how can a search a problem in it?...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
0
votes
573
views
1
answer
stm32 - DMA misses some characters with usart
I wrote a program that enables DMA(USART receiving mode) when an EXTI interrupt has occurred. When the ... , DISABLE); DMA_SetCurrDataCounter(DMA1_Channel3,sizeof(Buffer)); }...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
stm32
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] 为什么webpack报找不到vue?
[2] wordpress - How do I get upsell for variable product in Woocommerce?
[3] How can I complete this mmix code to calculate Factorial?
[4] sorting - LISP sort list of lists by 2 arguments
[5] awesome wm - AwesomeWM, Snapping in floating mode
[6] js如何获取div中文字的行数?
[7] uni-app 给动态生成的表单做表单验证
[8] 如何获取HTML中所有文本节点?
[9] How to create a matrix with lists as its element in python
[10] java - having String Index Out Of Bounds Exception while file reading
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...