File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
targets/TARGET_NORDIC/TARGET_NRF5
TARGET_MCU_NRF52832/device/TOOLCHAIN_ARM_STD Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ LR_IROM1 0x1C000 0x0064000 {
18
18
*(InRoot$$Sections)
19
19
.ANY (+RO)
20
20
}
21
- RW_IRAM0 0x20002EF8 UNINIT 0x00000100 { ;no init section
21
+ RW_IRAM0 0x20002EF8 UNINIT 0x000000D8 { ;no init section
22
22
*(noinit)
23
23
}
24
- RW_IRAM1 0x20002FF8 0x0000D008 {
24
+ RW_IRAM1 0x20002FD0 0x0000D030 {
25
25
.ANY (+RW +ZI)
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -258,9 +258,7 @@ void spi_init(spi_t *obj,
258
258
spi_info_t * p_spi_info = & m_spi_info [i ];
259
259
if (!p_spi_info -> initialized ) {
260
260
261
- #ifndef HARDWIRE_SPI_TWI_INTERRUPT
262
261
NVIC_SetVector (spi_hanlder_desc [i ].IRQn , spi_hanlder_desc [i ].vector );
263
- #endif
264
262
265
263
p_spi_info -> sck_pin = (uint8_t )sclk ;
266
264
p_spi_info -> mosi_pin = (mosi != NC ) ?
You can’t perform that action at this time.
0 commit comments