embedded
Embedded Linux licensing LGPL/GPL/etc [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-26 17:26 分类:问答Printf ignoring null values?
I am writing C code for an embedded target, Microchip PIC24, and the runtime libc for some reason 开发者_Python百科won\'t properly send \\0 values over the serial port.[详细]
2023-03-26 09:38 分类:问答I2C temperature read from BMP085 reading back 0xffff
I\'m interfacing a Rabbit 5760 CPU to a Bosch BMP085 sensor via I2C.Everything is fine except reading the temperature register is reading back 0xffff (see BP_FINISHTEMP case in switch).I can\'t see wh[详细]
2023-03-26 04:16 分类:问答Prevent malloc/free to be compiled for embedded projects
Background: We are using Keil to compile our NXP LPC2458 project. There are numerous tasks that are being run on Keil’s RealView RTOS. There is stack space created, which is being allocated to each t[详细]
2023-03-25 22:19 分类:问答What to do when compiling/building/deploying? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-25 19:07 分类:问答Is there way to tell terminal wait before send more data?
I have embedded firmware which have terminal over serial transmission. I am doing command from terminal which waits data (text file) which it should save to flash chip. However, writing flash is much[详细]
2023-03-25 18:12 分类:问答Can I configure an interrupt for a GPIO pin on a STM32F103ZE chip?
Is there any GPIO interrupt available for STM32F103ZE? I went through the datasheet but didn\'t find anything related to that.[详细]
2023-03-25 11:01 分类:问答Using embedded C library in Python emulation
Short Question Which would be easier to emulate (in Python) a complex (SAE J1939) communication stack from an existing embedded C library:[详细]
2023-03-25 10:30 分类:问答Cross-compile with relative pathnames - for binary portability/embeddability? (GCC)
Say I am creating an application bundle with some scripts, maybe a daemon, or even a helper binary...When compiling such a binary.. is it feasible to ./configure/make it with only relative paths?For e[详细]
2023-03-25 03:53 分类:问答SPI is reading data as zero in STM32F103ZE
I am using STM32F103ZE I am not getting SPI data correctly. Master is transmitting correctly. But always read as zero where a non zero value has been sent.[详细]
2023-03-25 01:48 分类:问答